mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Know the opcode name of the select instruction
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12324 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
08a45cc2ff
commit
b4f4880eba
@ -97,6 +97,7 @@ const char *Instruction::getOpcodeName(unsigned OpCode) {
|
|||||||
// Other instructions...
|
// Other instructions...
|
||||||
case PHI: return "phi";
|
case PHI: return "phi";
|
||||||
case Cast: return "cast";
|
case Cast: return "cast";
|
||||||
|
case Select: return "select";
|
||||||
case Call: return "call";
|
case Call: return "call";
|
||||||
case Shl: return "shl";
|
case Shl: return "shl";
|
||||||
case Shr: return "shr";
|
case Shr: return "shr";
|
||||||
|
Loading…
Reference in New Issue
Block a user