aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/InstrSelection/InstrSelection.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-12-28 09:53:23 +0000
committerChris Lattner <sabre@nondot.org>2003-12-28 09:53:23 +0000
commitaed386e6b0216722af654d822d0a0e9ffb571c3b (patch)
tree40dc1ffc5b9671303b86ca456a825e5175d83628 /lib/CodeGen/InstrSelection/InstrSelection.cpp
parent6fb6ce3148ec4a9aaab47800da2365d7f60a6f5b (diff)
Whoops, don't try to lower non intrinsic calls
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10632 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/InstrSelection/InstrSelection.cpp')
-rw-r--r--lib/CodeGen/InstrSelection/InstrSelection.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/InstrSelection/InstrSelection.cpp b/lib/CodeGen/InstrSelection/InstrSelection.cpp
index 2c340dbebc..f1fcc8fdc8 100644
--- a/lib/CodeGen/InstrSelection/InstrSelection.cpp
+++ b/lib/CodeGen/InstrSelection/InstrSelection.cpp
@@ -132,6 +132,7 @@ bool InstructionSelection::runOnFunction(Function &F) {
#undef va_start
#undef va_copy
#undef va_end
+ case Intrinsic::not_intrinsic:
case Intrinsic::va_start:
case Intrinsic::va_copy:
case Intrinsic::va_end: