Know the opcode name of the select instruction
authorChris Lattner <sabre@nondot.org>
Fri, 12 Mar 2004 05:54:20 +0000 (05:54 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 12 Mar 2004 05:54:20 +0000 (05:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12324 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/Instruction.cpp

index b009c01eecb7cae95c16657e458b950949cad58f..0de34b5bd54175da7c798a1b650861523e9c2166 100644 (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";