| Index: vm/intermediate_language.cc
|
| ===================================================================
|
| --- vm/intermediate_language.cc (revision 10004)
|
| +++ vm/intermediate_language.cc (working copy)
|
| @@ -116,11 +116,6 @@
|
| }
|
|
|
|
|
| -intptr_t StaticCallComp::InputCount() const {
|
| - return ArgumentCount();
|
| -}
|
| -
|
| -
|
| intptr_t AllocateObjectComp::InputCount() const {
|
| return arguments().length();
|
| }
|
| @@ -1191,7 +1186,6 @@
|
|
|
|
|
| void StaticCallComp::EmitNativeCode(FlowGraphCompiler* compiler) {
|
| - ASSERT(VerifyCallComputation(this));
|
| Label done;
|
| if (recognized() == MethodRecognizer::kMathSqrt) {
|
| compiler->GenerateInlinedMathSqrt(&done);
|
|
|