diff options
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/InstrSelection/InstrSelection.cpp | 1 |
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: |