Commit 51bc9a14 authored by ager@chromium.org's avatar ager@chromium.org

Remove invalid asserts from last commit.

TBR=erik.corry@gmail.com
Review URL: http://codereview.chromium.org/4094010

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5745 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 5f1f2adb
......@@ -227,7 +227,6 @@ void StubCache::GenerateProbe(MacroAssembler* masm,
// Check scratch and extra registers are valid, and extra2 is unused.
ASSERT(!scratch.is(no_reg));
ASSERT(!extra.is(no_reg));
ASSERT(extra2.is(no_reg));
// Check that the receiver isn't a smi.
......
......@@ -291,7 +291,6 @@ void StubCache::GenerateProbe(MacroAssembler* masm,
// Check scratch register is valid, extra and extra2 are unused.
ASSERT(!scratch.is(no_reg));
ASSERT(extra.is(no_reg));
ASSERT(extra2.is(no_reg));
// Check that the receiver isn't a smi.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment