summaryrefslogtreecommitdiff
path: root/include/llvm/Bitcode
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-09-23 18:27:53 +0000
committerDan Gohman <gohman@apple.com>2008-09-23 18:27:53 +0000
commit987756308b4df235a51c7db3778f5cf0ff3d47a4 (patch)
treeacce2ef26efa3dc84d624e8bb28d94dc4df43af5 /include/llvm/Bitcode
parentfe29e770e603d1b2118b55958bb45f58009124ea (diff)
downloadllvm-987756308b4df235a51c7db3778f5cf0ff3d47a4.tar.gz
llvm-987756308b4df235a51c7db3778f5cf0ff3d47a4.tar.bz2
llvm-987756308b4df235a51c7db3778f5cf0ff3d47a4.tar.xz
Update the comment to reflect the new name.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56496 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Bitcode')
-rw-r--r--include/llvm/Bitcode/LLVMBitCodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Bitcode/LLVMBitCodes.h b/include/llvm/Bitcode/LLVMBitCodes.h
index 5213828d77..50a9738930 100644
--- a/include/llvm/Bitcode/LLVMBitCodes.h
+++ b/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]
};