Add support for unwind
[oota-llvm.git] / lib / VMCore / Instruction.cpp
index 1a536427349c346b5d6c50d519245a52e66af7c9..122e0f789990c59ea75386715d36aadb78603f52 100644 (file)
@@ -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";