mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +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…
Reference in New Issue
Block a user