summaryrefslogtreecommitdiff
path: root/lib/CodeGen/IntrinsicLowering.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-04-10 03:20:39 +0000
committerChris Lattner <sabre@nondot.org>2007-04-10 03:20:39 +0000
commitc6eb6d72550aa3f7241141e3e28520dfef738c81 (patch)
tree6aadf59bd395796d14d6c07c1a8c1b10eaecf392 /lib/CodeGen/IntrinsicLowering.cpp
parent466b9bd7571dff9ef1584cf74031f07370eea6de (diff)
downloadllvm-c6eb6d72550aa3f7241141e3e28520dfef738c81.tar.gz
llvm-c6eb6d72550aa3f7241141e3e28520dfef738c81.tar.bz2
llvm-c6eb6d72550aa3f7241141e3e28520dfef738c81.tar.xz
apparently some people commit without building the tree, or they forget to
commit a LOT of files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35858 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/IntrinsicLowering.cpp')
-rw-r--r--lib/CodeGen/IntrinsicLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/IntrinsicLowering.cpp b/lib/CodeGen/IntrinsicLowering.cpp
index 359ca00000..2c64b20a32 100644
--- a/lib/CodeGen/IntrinsicLowering.cpp
+++ b/lib/CodeGen/IntrinsicLowering.cpp
@@ -475,7 +475,7 @@ void IntrinsicLowering::LowerIntrinsicCall(CallInst *CI) {
break;
}
- case Intrinsic::bit_part_select:
+ case Intrinsic::part_select:
CI->replaceAllUsesWith(LowerBitPartSelect(CI));
break;