Allow converting MachineBasicBlock::iterator to const_iterator.
[oota-llvm.git] / include / llvm / LLVMContext.h
index 18adcd1e3c2359966f560baea0da4834230221ba..a8306a9e7617cf848b032647d1655ed6b333ab47 100644 (file)
@@ -42,7 +42,7 @@ public:
     MD_dbg = 0,  // "dbg"
     MD_tbaa = 1, // "tbaa"
     MD_prof = 2,  // "prof"
-    MD_fpaccuracy = 3,  // "fpaccuracy"
+    MD_fpmath = 3,  // "fpmath"
     MD_range = 4 // "range"
   };