[llvm-commits] CVS: llvm/include/llvm/Instruction.def
Chris Lattner
lattner at cs.uiuc.edu
Mon Sep 8 13:55:05 PDT 2003
Changes in directory llvm/include/llvm:
Instruction.def updated: 1.6 -> 1.7
---
Log message:
Add new unwind instruction. Happily there was a slot leftover from when the
'not' instruction was removed long ago
---
Diffs of the changes:
Index: llvm/include/llvm/Instruction.def
diff -u llvm/include/llvm/Instruction.def:1.6 llvm/include/llvm/Instruction.def:1.7
--- llvm/include/llvm/Instruction.def:1.6 Wed May 7 21:42:50 2003
+++ llvm/include/llvm/Instruction.def Mon Sep 8 13:54:01 2003
@@ -77,7 +77,8 @@
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)
More information about the llvm-commits
mailing list