| Index: src/arm/constants-arm.cc
|
| ===================================================================
|
| --- src/arm/constants-arm.cc (revision 6474)
|
| +++ src/arm/constants-arm.cc (working copy)
|
| @@ -32,12 +32,10 @@
|
| #include "constants-arm.h"
|
|
|
|
|
| -namespace assembler {
|
| -namespace arm {
|
| +namespace v8 {
|
| +namespace internal {
|
|
|
| -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]
|
| @@ -149,6 +147,6 @@
|
| }
|
|
|
|
|
| -} } // namespace assembler::arm
|
| +} } // namespace v8::internal
|
|
|
| #endif // V8_TARGET_ARCH_ARM
|
|
|