mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-27 21:53:56 +00:00
Revert r110954 for now, pseudo instructions can't make it through to the JIT.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111000 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
eb6ed3f89d
commit
4404c00db6
@ -702,6 +702,7 @@ void Emitter<CodeEmitter>::emitInstruction(const MachineInstr &MI,
|
||||
// base address.
|
||||
switch (Opcode) {
|
||||
default:
|
||||
MI.dump();
|
||||
llvm_unreachable("psuedo instructions should be removed before code"
|
||||
" emission");
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user