mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
Fix inverted preprocessor conditional.
llvm-svn: 76111
This commit is contained in:
parent
46c27aaf02
commit
7a21e4c812
@ -491,7 +491,7 @@ static void ReMaterialize(MachineBasicBlock &MBB,
|
||||
const TargetRegisterInfo *TRI,
|
||||
VirtRegMap &VRM) {
|
||||
MachineInstr *ReMatDefMI = VRM.getReMaterializedMI(Reg);
|
||||
#ifdef NDEBUG
|
||||
#ifndef NDEBUG
|
||||
const TargetInstrDesc &TID = ReMatDefMI->getDesc();
|
||||
assert(TID.getNumDefs() != 1 &&
|
||||
"Don't know how to remat instructions that define > 1 values!");
|
||||
|
Loading…
Reference in New Issue
Block a user