mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 09:53:54 +00:00
Know the opcode name of the select instruction
llvm-svn: 12324
This commit is contained in:
parent
c84ec93d3e
commit
a5cc2410f3
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user