Know the opcode name of the select instruction

llvm-svn: 12324
This commit is contained in:
Chris Lattner 2004-03-12 05:54:20 +00:00
parent c84ec93d3e
commit a5cc2410f3

View File

@ -97,6 +97,7 @@ const char *Instruction::getOpcodeName(unsigned OpCode) {
// 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";