commit | 66d5f575bae78ada86e8f8a83d5ad9e65c120a36 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Sep 08 18:54:36 2003 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Sep 08 18:54:36 2003 +0000 |
tree | 4eb4af4d4a2c4090b865f90e6270280540107be4 | |
parent | 14b802355584c1f2500dd4dca5e49d18a02cdf1d [diff] [blame] |
Add support for unwind llvm-svn: 8407
diff --git a/llvm/lib/VMCore/Instruction.cpp b/llvm/lib/VMCore/Instruction.cpp index 1a53642..122e0f7 100644 --- a/llvm/lib/VMCore/Instruction.cpp +++ b/llvm/lib/VMCore/Instruction.cpp
@@ -56,6 +56,7 @@ case Br: return "br"; case Switch: return "switch"; case Invoke: return "invoke"; + case Unwind: return "unwind"; // Standard binary operators... case Add: return "add";