aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/Instruction.def3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/Instruction.def b/include/llvm/Instruction.def
index 2b9c1a7a84..3b3858ad16 100644
--- a/include/llvm/Instruction.def
+++ b/include/llvm/Instruction.def
@@ -77,7 +77,8 @@ HANDLE_TERM_INST ( 1, Ret , ReturnInst)
HANDLE_TERM_INST ( 2, Br , BranchInst)
HANDLE_TERM_INST ( 3, Switch, SwitchInst)
HANDLE_TERM_INST ( 4, Invoke, InvokeInst)
- LAST_TERM_INST ( 4)
+HANDLE_TERM_INST ( 5, Unwind, UnwindInst)
+ LAST_TERM_INST ( 5)
// Standard binary operators...
FIRST_BINARY_INST( 6)