| commit | 9e27e2621ae8c7fc6ce5efdaf2fcce3cc3d14cbe | [log] [tgz] |
|---|---|---|
| author | Jakob Stoklund Olesen <stoklund@2pi.dk> | Tue Jun 05 01:06:12 2012 +0000 |
| committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | Tue Jun 05 01:06:12 2012 +0000 |
| tree | 50608e96eb88d6cf908650089e013161827738c1 | |
| parent | 7f2ac7a2c849d9f82cbdbf89b5a0646715c5ec29 [diff] |
Stop using LiveIntervals::isReMaterializable(). It is an old function that does a lot more than required by CalcSpillWeights, which was the only remaining caller. The isRematerializable() function never actually sets the isLoad argument, so don't try to compute that. llvm-svn: 157973