diff options
author | Chris Lattner <sabre@nondot.org> | 2005-10-20 07:39:25 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-10-20 07:39:25 +0000 |
commit | b0fa11ca41d85e35d3c1155c6a3af1b67788fce6 (patch) | |
tree | 78ba3e896df2eb62e633f80f93fcbddaf6b8de2c /lib/CodeGen/MachineBasicBlock.cpp | |
parent | 0692bbd991abe449327276ab8b10f1c822530450 (diff) |
add a new method, play around with some code.
Fix a *bug* in the extendIntervalEndTo method. In particular, if adding
[2:10) to an interval containing [0:2),[10:30), we produced [0:10),[10,30).
Which is not the most smart thing to do. Now produce [0:30).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23841 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions