mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-06 04:19:10 +00:00
Don't emit pseudo instructions!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26926 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1c6191ffe7
commit
f3ce43210a
@ -132,6 +132,7 @@ void PPCCodeEmitter::emitBasicBlock(MachineBasicBlock &MBB) {
|
||||
case PPC::IMPLICIT_DEF_GPR:
|
||||
case PPC::IMPLICIT_DEF_F8:
|
||||
case PPC::IMPLICIT_DEF_F4:
|
||||
case PPC::IMPLICIT_DEF_VRRC:
|
||||
break; // pseudo opcode, no side effects
|
||||
case PPC::MovePCtoLR:
|
||||
assert(0 && "CodeEmitter does not support MovePCtoLR instruction");
|
||||
|
Loading…
x
Reference in New Issue
Block a user