Chromium Code Reviews| Index: src/arm/constants-arm.cc |
| =================================================================== |
| --- src/arm/constants-arm.cc (revision 6414) |
| +++ src/arm/constants-arm.cc (working copy) |
| @@ -37,7 +37,7 @@ |
| namespace v8i = v8::internal; |
| -double Instr::DoubleImmedVmov() const { |
| +double Instruction::DoubleImmedVmov() const { |
| // Reconstruct a double from the immediate encoded in the vmov instruction. |
| // |
| // instruction: [xxxxxxxx,xxxxabcd,xxxxxxxx,xxxxefgh] |