Add support for unwind

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8407 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-09-08 18:54:36 +00:00
parent 3cd5c1d7f1
commit a6ce898dad

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