Remove the bitwise XOR operator from the Attributes class. Replace it with the equiva...
[oota-llvm.git] / include / llvm / Bitcode / LLVMBitCodes.h
index 3ac608b9949c1550a0f38d3509444db28137c419..c1dc190304c29c4c65197846ca8e2ed992316a44 100644 (file)
@@ -168,7 +168,7 @@ namespace bitc {
     CST_CODE_BLOCKADDRESS  = 21,  // CST_CODE_BLOCKADDRESS [fnty, fnval, bb#]
     CST_CODE_DATA          = 22,  // DATA:          [n x elements]
     CST_CODE_INLINEASM     = 23   // INLINEASM:     [sideeffect|alignstack|
-                                  //                 nsdialect,asmstr,conststr]
+                                  //                 asmdialect,asmstr,conststr]
   };
 
   /// CastOpcodes - These are values used in the bitcode files to encode which