summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LiveRangeEdit.cpp
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-04-15 17:24:46 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-04-15 17:24:46 +0000
commit871f70609ae73a299e8d1dffd79bc39a2494bb9e (patch)
treea71517d3d386f7fb85b6c3ee6de163b6dff7e970 /llvm/lib/CodeGen/LiveRangeEdit.cpp
parent66a6c06dd6ce43d780386028234010f847fc79bb (diff)
downloadbcm5719-llvm-871f70609ae73a299e8d1dffd79bc39a2494bb9e.tar.gz
bcm5719-llvm-871f70609ae73a299e8d1dffd79bc39a2494bb9e.zip
Remember to set flag.
llvm-svn: 129579
Diffstat (limited to 'llvm/lib/CodeGen/LiveRangeEdit.cpp')
-rw-r--r--llvm/lib/CodeGen/LiveRangeEdit.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/LiveRangeEdit.cpp b/llvm/lib/CodeGen/LiveRangeEdit.cpp
index 88ee457f4fb..b1dc9019ccc 100644
--- a/llvm/lib/CodeGen/LiveRangeEdit.cpp
+++ b/llvm/lib/CodeGen/LiveRangeEdit.cpp
@@ -59,6 +59,7 @@ void LiveRangeEdit::scanRemattable(LiveIntervals &lis,
continue;
checkRematerializable(VNI, DefMI, tii, aa);
}
+ scannedRemattable_ = true;
}
bool LiveRangeEdit::anyRematerializable(LiveIntervals &lis,
OpenPOWER on IntegriCloud