Trailing whitespace.
[oota-llvm.git] / include / llvm / LLVMContext.h
index 8abf277772fbdca8e19c0632972cf5fa82af0d8d..e5b77777d9f01d98eff5e58ee4df5fa959dc9dae 100644 (file)
@@ -37,7 +37,8 @@ public:
   // Pinned metadata names, which always have the same value.  This is a
   // compile-time performance optimization, not a correctness optimization.
   enum {
-    MD_dbg = 0   // "dbg"
+    MD_dbg = 0,  // "dbg"
+    MD_tbaa = 1  // "tbaa"
   };
   
   /// getMDKindID - Return a unique non-zero ID for the specified metadata kind.