Add support for unwind
authorChris Lattner <sabre@nondot.org>
Mon, 8 Sep 2003 18:54:36 +0000 (18:54 +0000)
committerChris 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

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";