projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cd5c1d
)
Add support for unwind
author
Chris Lattner
<sabre@nondot.org>
Mon, 8 Sep 2003 18:54:36 +0000
(18:54 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 8 Sep 2003 18:54:36 +0000
(18:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8407
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/VMCore/Instruction.cpp
patch
|
blob
|
history
diff --git
a/lib/VMCore/Instruction.cpp
b/lib/VMCore/Instruction.cpp
index 1a536427349c346b5d6c50d519245a52e66af7c9..122e0f789990c59ea75386715d36aadb78603f52 100644
(file)
--- a/
lib/VMCore/Instruction.cpp
+++ b/
lib/VMCore/Instruction.cpp
@@
-56,6
+56,7
@@
const char *Instruction::getOpcodeName(unsigned OpCode) {
case Br: return "br";
case Switch: return "switch";
case Invoke: return "invoke";
+ case Unwind: return "unwind";
// Standard binary operators...
case Add: return "add";