aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/Instruction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Instruction.h b/include/llvm/Instruction.h
index 71bb8e25a1..b1c340c50c 100644
--- a/include/llvm/Instruction.h
+++ b/include/llvm/Instruction.h
@@ -95,7 +95,7 @@ public:
//
enum TermOps { // These terminate basic blocks
FirstTermOp = 1,
- Ret = 1, Br, Switch,
+ Ret = 1, Br, Switch, Invoke,
NumTermOps // Must remain at end of enum
};