aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/VMCore/Instruction.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/VMCore/Instruction.cpp b/lib/VMCore/Instruction.cpp
index 5107b74417..6f09c90708 100644
--- a/lib/VMCore/Instruction.cpp
+++ b/lib/VMCore/Instruction.cpp
@@ -266,6 +266,7 @@ bool Instruction::isTrapping(unsigned op) {
case Store:
case Call:
case Invoke:
+ case VAArg:
return true;
default:
return false;