diff options
Diffstat (limited to 'lib/CodeGen/LiveIntervalAnalysis.cpp')
-rw-r--r-- | lib/CodeGen/LiveIntervalAnalysis.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/LiveIntervalAnalysis.cpp b/lib/CodeGen/LiveIntervalAnalysis.cpp index 3739d28bfd..e8210244ca 100644 --- a/lib/CodeGen/LiveIntervalAnalysis.cpp +++ b/lib/CodeGen/LiveIntervalAnalysis.cpp @@ -870,7 +870,7 @@ void LiveIntervals::shrinkToUses(LiveInterval *li) { MachineBasicBlock::iterator LiveIntervals::getLastSplitPoint(const LiveInterval &li, - MachineBasicBlock *mbb) { + MachineBasicBlock *mbb) const { const MachineBasicBlock *lpad = mbb->getLandingPadSuccessor(); // If li is not live into a landing pad, we can insert spill code before the |