commit | 5e0b9f2eecc917aa114d0005f4e2cec0109c64df | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat Oct 16 18:08:06 2004 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat Oct 16 18:08:06 2004 +0000 |
tree | 3da43b61af04abf4dcfdc5924a1fad3f7722f636 | |
parent | d5f67d8ca64605843d6d53e27ff716218b20f42b [diff] [blame] |
Add support for undef and unreachable llvm-svn: 17041
diff --git a/llvm/lib/VMCore/Instruction.cpp b/llvm/lib/VMCore/Instruction.cpp index 4ea5775..17970ac 100644 --- a/llvm/lib/VMCore/Instruction.cpp +++ b/llvm/lib/VMCore/Instruction.cpp
@@ -88,6 +88,7 @@ case Switch: return "switch"; case Invoke: return "invoke"; case Unwind: return "unwind"; + case Unreachable: return "unreachable"; // Standard binary operators... case Add: return "add";