diff options
| author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-04-04 15:32:15 +0000 |
|---|---|---|
| committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-04-04 15:32:15 +0000 |
| commit | 8933907b5136b938080ed6bde8d35ebb45af1923 (patch) | |
| tree | 77a018842fcc6566466c8a98bec7e5a006242502 /llvm/lib/CodeGen/SplitKit.h | |
| parent | 956ae3da415511230a2e15bfb01ad1995f4ad5b9 (diff) | |
| download | bcm5719-llvm-8933907b5136b938080ed6bde8d35ebb45af1923.tar.gz bcm5719-llvm-8933907b5136b938080ed6bde8d35ebb45af1923.zip | |
Stop caching basic block index ranges now that SlotIndexes can keep up.
llvm-svn: 128821
Diffstat (limited to 'llvm/lib/CodeGen/SplitKit.h')
| -rw-r--r-- | llvm/lib/CodeGen/SplitKit.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SplitKit.h b/llvm/lib/CodeGen/SplitKit.h index 4f853a0dbfd..d735f1070b9 100644 --- a/llvm/lib/CodeGen/SplitKit.h +++ b/llvm/lib/CodeGen/SplitKit.h @@ -73,8 +73,6 @@ public: /// struct BlockInfo { MachineBasicBlock *MBB; - SlotIndex Start; ///< Beginining of block. - SlotIndex Stop; ///< End of block. SlotIndex FirstUse; ///< First instr using current reg. SlotIndex LastUse; ///< Last instr using current reg. SlotIndex Kill; ///< Interval end point inside block. |

