mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-05 18:49:06 +00:00
Disable this assert for now, it is firing on an llvm-gcc bootstrap. :(
llvm-svn: 76123
This commit is contained in:
parent
8902b581e2
commit
cd1a8581ee
@ -491,10 +491,12 @@ static void ReMaterialize(MachineBasicBlock &MBB,
|
||||
const TargetRegisterInfo *TRI,
|
||||
VirtRegMap &VRM) {
|
||||
MachineInstr *ReMatDefMI = VRM.getReMaterializedMI(Reg);
|
||||
#if 0
|
||||
#ifndef NDEBUG
|
||||
const TargetInstrDesc &TID = ReMatDefMI->getDesc();
|
||||
assert(TID.getNumDefs() != 1 &&
|
||||
"Don't know how to remat instructions that define > 1 values!");
|
||||
#endif
|
||||
#endif
|
||||
TII->reMaterialize(MBB, MII, DestReg,
|
||||
ReMatDefMI->getOperand(0).getSubReg(), ReMatDefMI);
|
||||
|
Loading…
Reference in New Issue
Block a user