forked from OSchip/llvm-project
parent
a698308cce
commit
4242241a69
|
@ -687,4 +687,3 @@ LiveInterval LiveIntervals::createInterval(unsigned reg) {
|
|||
float Weight = MRegisterInfo::isPhysicalRegister(reg) ? HUGE_VAL :0.0F;
|
||||
return LiveInterval(reg, Weight);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue