diff options
author | Dan Gohman <gohman@apple.com> | 2008-09-23 18:27:53 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-09-23 18:27:53 +0000 |
commit | 4eb9956940e822a418b198a02366bedad11fec0c (patch) | |
tree | d40e4c0a9622799b2864c32e47270c92a330c855 | |
parent | e64c9944f63416e80f5b1185843dd79c4bdc8dd3 (diff) | |
download | bcm5719-llvm-4eb9956940e822a418b198a02366bedad11fec0c.tar.gz bcm5719-llvm-4eb9956940e822a418b198a02366bedad11fec0c.zip |
Update the comment to reflect the new name.
llvm-svn: 56496
-rw-r--r-- | llvm/include/llvm/Bitcode/LLVMBitCodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Bitcode/LLVMBitCodes.h b/llvm/include/llvm/Bitcode/LLVMBitCodes.h index 5213828d777..50a9738930d 100644 --- a/llvm/include/llvm/Bitcode/LLVMBitCodes.h +++ b/llvm/include/llvm/Bitcode/LLVMBitCodes.h @@ -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] }; |