[llvm-commits] CVS: llvm/lib/VMCore/Instruction.cpp

Chris Lattner lattner at cs.uiuc.edu
Thu Mar 11 23:56:08 PST 2004


Changes in directory llvm/lib/VMCore:

Instruction.cpp updated: 1.34 -> 1.35

---
Log message:

Know the opcode name of the select instruction


---
Diffs of the changes:  (+1 -0)

Index: llvm/lib/VMCore/Instruction.cpp
diff -u llvm/lib/VMCore/Instruction.cpp:1.34 llvm/lib/VMCore/Instruction.cpp:1.35
--- llvm/lib/VMCore/Instruction.cpp:1.34	Tue Feb  3 19:06:38 2004
+++ llvm/lib/VMCore/Instruction.cpp	Thu Mar 11 23:54:20 2004
@@ -97,6 +97,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