From: Jakob Stoklund Olesen Date: Fri, 15 Apr 2011 17:24:46 +0000 (+0000) Subject: Remember to set flag. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=806562cc59ad35e6c742abe9109e9b8090b3f820;p=oota-llvm.git Remember to set flag. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129579 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/LiveRangeEdit.cpp b/lib/CodeGen/LiveRangeEdit.cpp index 88ee457f4fb..b1dc9019ccc 100644 --- a/lib/CodeGen/LiveRangeEdit.cpp +++ b/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,