1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

By min, I mean max.

llvm-svn: 57766
This commit is contained in:
Evan Cheng 2008-10-18 05:21:37 +00:00
parent cf0977d7b1
commit e742ce1a58

View File

@ -130,7 +130,7 @@ void LiveIntervals::computeNumbering() {
MIIndex += InstrSlots::NUM;
FunctionSize++;
// Insert min(1, numdefs) empty slots after every instruction.
// Insert max(1, numdefs) empty slots after every instruction.
unsigned Slots = I->getDesc().getNumDefs();
if (Slots == 0)
Slots = 1;