[ARM] Do not scale vext with a factor
[oota-llvm.git] / lib / Target / ARM / ARMConstantPoolValue.h
index b429bed9ff252b0d9e8c7f33e1d45a18018ec645..36f63e239a9e1a11136a17e55c67e62471b633d7 100644 (file)
@@ -44,7 +44,7 @@ namespace ARMCP {
     GOTTPOFF,
     TPOFF
   };
-} // namespace ARMCP
+}
 
 /// ARMConstantPoolValue - ARM specific constantpool value. This is used to
 /// represent PC-relative displacement between the address of the load
@@ -254,6 +254,6 @@ public:
   }
 };
 
-} // namespace llvm
+} // End llvm namespace
 
 #endif