[llvm-commits] [parallel] CVS: llvm/lib/VMCore/Instruction.cpp
Misha Brukman
brukman at cs.uiuc.edu
Mon Mar 29 15:26:02 PST 2004
Changes in directory llvm/lib/VMCore:
Instruction.cpp updated: 1.33.2.2 -> 1.33.2.3
---
Log message:
Merge from trunk.
---
Diffs of the changes: (+1 -0)
Index: llvm/lib/VMCore/Instruction.cpp
diff -u llvm/lib/VMCore/Instruction.cpp:1.33.2.2 llvm/lib/VMCore/Instruction.cpp:1.33.2.3
--- llvm/lib/VMCore/Instruction.cpp:1.33.2.2 Mon Mar 1 17:58:16 2004
+++ llvm/lib/VMCore/Instruction.cpp Mon Mar 29 15:25:14 2004
@@ -98,6 +98,7 @@
// Other instructions...
case PHI: return "phi";
case Cast: return "cast";
+ case Select: return "select";
case Call: return "call";
case Shl: return "shl";
case Shr: return "shr";
More information about the llvm-commits
mailing list