Update the comment to reflect the new name.
authorDan Gohman <gohman@apple.com>
Tue, 23 Sep 2008 18:27:53 +0000 (18:27 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 23 Sep 2008 18:27:53 +0000 (18:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56496 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Bitcode/LLVMBitCodes.h

index 5213828d777047f137184d75bad61a5d37fe9e9f..50a9738930d03be9498d5376e664a8fca27208d6 100644 (file)
@@ -207,7 +207,7 @@ namespace bitc {
     FUNC_CODE_INST_EXTRACTVAL  = 26, // EXTRACTVAL: [n x operands]
     FUNC_CODE_INST_INSERTVAL   = 27, // INSERTVAL:  [n x operands]
     // fcmp/icmp returning Int1TY or vector of Int1Ty, NOT for vicmp/vfcmp
-    FUNC_CODE_INST_CMP2        = 28, // VCMP:       [opty, opval, opval, pred]
+    FUNC_CODE_INST_CMP2        = 28, // CMP2:       [opty, opval, opval, pred]
     // new select on i1 or [N x i1]
     FUNC_CODE_INST_VSELECT     = 29  // VSELECT:    [ty,opval,opval,predty,pred]
   };