Fixed macro condition.

llvm-svn: 148408
This commit is contained in:
Lang Hames 2012-01-18 19:48:31 +00:00
parent 28324b0066
commit 1997de0100

View File

@ -823,7 +823,7 @@ unsigned LiveIntervals::getReMatImplicitUse(const LiveInterval &li,
assert(!RegOp &&
"Can't rematerialize instruction with multiple register operand!");
RegOp = MO.getReg();
#ifndef NDEBUG
#ifdef NDEBUG
break;
#endif
}