mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-08 05:26:50 +00:00
[CorrelatedValuePropagation] Remove superfluous semicolon. NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305538 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1d475d81f9
commit
27c1aa03a6
@ -551,7 +551,7 @@ static bool runImpl(Function &F, LazyValueInfo *LVI, const SimplifyQuery &SQ) {
|
||||
BBChanged = true;
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
FnChanged |= BBChanged;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user