aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/VMCore/Instruction.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/VMCore/Instruction.cpp b/lib/VMCore/Instruction.cpp
index 1a53642734..122e0f7899 100644
--- 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";