[C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE() macro
[oota-llvm.git] / include / llvm / MC / MachineLocation.h
index b3fbee77021d7c9b249a2d2b68e63eb9ae903226..9cf855bb8995b0b1b0db0fb3323f757494bfedd1 100644 (file)
@@ -28,7 +28,7 @@ private:
   unsigned Register;                    // gcc/gdb register number.
   int Offset;                           // Displacement if not register.
 public:
-  enum LLVM_ENUM_INT_TYPE(uint32_t) {
+  enum : uint32_t {
     // The target register number for an abstract frame pointer. The value is
     // an arbitrary value that doesn't collide with any real target register.
     VirtualFP = ~0U