mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-09 12:04:02 +00:00
Silence GCC's -Wparentheses warning
No functionality change intended. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224833 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
773f64844d
commit
b582949103
@ -1817,7 +1817,7 @@ JoinVals::analyzeValue(unsigned ValNo, JoinVals &Other) {
|
||||
// not important.
|
||||
if (Redef) {
|
||||
V.RedefVNI = LR.Query(VNI->def).valueIn();
|
||||
assert(TrackSubRegLiveness || V.RedefVNI &&
|
||||
assert((TrackSubRegLiveness || V.RedefVNI) &&
|
||||
"Instruction is reading nonexistent value");
|
||||
if (V.RedefVNI != nullptr) {
|
||||
computeAssignment(V.RedefVNI->id, Other);
|
||||
|
Loading…
x
Reference in New Issue
Block a user