Chromium Code Reviews| Index: vm/intermediate_language_ia32.cc |
| =================================================================== |
| --- vm/intermediate_language_ia32.cc (revision 10115) |
| +++ vm/intermediate_language_ia32.cc (working copy) |
| @@ -2143,9 +2143,7 @@ |
| // Otherwise polymorphic dispatch. |
| } |
| // Call. |
| - LocationSummary* result = new LocationSummary(0, 0, LocationSummary::kCall); |
| - result->set_out(Location::RegisterLocation(EAX)); |
| - return result; |
| + return Computation::MakeCallSummary(); |
| } |