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

[StackSafety,NFC] Don't rerun on LiveIn change

This commit is contained in:
Vitaly Buka 2020-06-18 02:30:33 -07:00
parent cb1ecb07f3
commit 4dbd071a15

View File

@ -203,7 +203,6 @@ void StackLifetime::calculateLocalLiveness() {
// Update block LiveIn set, noting whether it has changed.
if (LocalLiveIn.test(BlockInfo.LiveIn)) {
Changed = true;
BlockInfo.LiveIn |= LocalLiveIn;
}