mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-20 14:29:27 +00:00
Removed unused inRange variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108618 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9258318730
commit
3b6702db0c
@ -732,8 +732,6 @@ namespace llvm {
|
||||
exitEdgeItr != exitEdgeEnd; ++exitEdgeItr) {
|
||||
MachineLoop::Edge exitEdge = *exitEdgeItr;
|
||||
|
||||
LiveRange *inRange =
|
||||
split.getLI().getLiveRangeContaining(lis->getMBBEndIdx(exitEdge.first).getPrevSlot());
|
||||
LiveRange *outRange =
|
||||
split.getLI().getLiveRangeContaining(lis->getMBBStartIdx(exitEdge.second));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user