forked from OSchip/llvm-project
Fix operator precedence warning. NFCI.
This commit is contained in:
parent
552e46ea1e
commit
be7a233e93
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue