[llvm-commits] [llvm] r56496 -	/llvm/trunk/include/llvm/Bitcode/LLVMBitCodes.h
    Dan Gohman 
    gohman at apple.com
       
    Tue Sep 23 11:27:53 PDT 2008
    
    
  
Author: djg
Date: Tue Sep 23 13:27:53 2008
New Revision: 56496
URL: http://llvm.org/viewvc/llvm-project?rev=56496&view=rev
Log:
Update the comment to reflect the new name.
Modified:
    llvm/trunk/include/llvm/Bitcode/LLVMBitCodes.h
Modified: llvm/trunk/include/llvm/Bitcode/LLVMBitCodes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Bitcode/LLVMBitCodes.h?rev=56496&r1=56495&r2=56496&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Bitcode/LLVMBitCodes.h (original)
+++ llvm/trunk/include/llvm/Bitcode/LLVMBitCodes.h Tue Sep 23 13:27:53 2008
@@ -207,7 +207,7 @@
     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]
   };
    
    
More information about the llvm-commits
mailing list