mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-02 16:56:39 +00:00
Add new opcode for Invoke instruction
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@736 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9686fd11c4
commit
72665af24d
@ -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
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user