[llvm-commits] [llvm] r148408 - /llvm/trunk/lib/CodeGen/LiveIntervalAnalysis.cpp
Jakob Stoklund Olesen
stoklund at 2pi.dk
Wed Jan 25 14:06:17 PST 2012
On Jan 25, 2012, at 1:58 PM, Lang Hames wrote:
> On Jakob's suggestion I've made the break unconditional and removed the assert in r148984.
Thanks, Lang.
Since this code is no longer used to perform rematerialization, I don't think the assertion is worth the required acrobatics.
This function is only used to compute spill weights.
/jakob
More information about the llvm-commits
mailing list