| Index: runtime/vm/intermediate_language_ia32.cc
|
| ===================================================================
|
| --- runtime/vm/intermediate_language_ia32.cc (revision 16272)
|
| +++ runtime/vm/intermediate_language_ia32.cc (working copy)
|
| @@ -2321,7 +2321,7 @@
|
| LocationSummary* result = new LocationSummary(
|
| kNumInputs, kNumTemps, LocationSummary::kNoCall);
|
| result->set_in(0, Location::RequiresXmmRegister());
|
| - result->set_out(Location:: Location::RequiresRegister());
|
| + result->set_out(Location::RequiresRegister());
|
| return result;
|
| }
|
|
|
|
|