Fix operator precedence warning. NFCI.

This commit is contained in:
Simon Pilgrim 2020-04-01 14:36:33 +01:00
parent 552e46ea1e
commit be7a233e93
1 changed files with 1 additions and 1 deletions

View File

@ -1340,7 +1340,7 @@ bool AMDGPUInstructionSelector::selectImageIntrinsic(
}
// TODO: Check this in verifier.
assert(!IsTexFail || DMaskLanes >= 1 && "should have legalized this");
assert((!IsTexFail || DMaskLanes >= 1) && "should have legalized this");
bool GLC = false;
bool SLC = false;