1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Remember to set flag.

llvm-svn: 129579
This commit is contained in:
Jakob Stoklund Olesen 2011-04-15 17:24:46 +00:00
parent 99831068c8
commit ea8581b792

View File

@ -59,6 +59,7 @@ void LiveRangeEdit::scanRemattable(LiveIntervals &lis,
continue;
checkRematerializable(VNI, DefMI, tii, aa);
}
scannedRemattable_ = true;
}
bool LiveRangeEdit::anyRematerializable(LiveIntervals &lis,