forked from OSchip/llvm-project
Fix `-Wpedantic` warning. NFC.
This commit is contained in:
parent
7a551600d1
commit
487fcc8d3d
|
@ -190,7 +190,7 @@ static LegalityPredicate greaterThan(unsigned TypeIdx0, unsigned TypeIdx1) {
|
|||
return Query.Types[TypeIdx0].getSizeInBits() >
|
||||
Query.Types[TypeIdx1].getSizeInBits();
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
AMDGPULegalizerInfo::AMDGPULegalizerInfo(const GCNSubtarget &ST_,
|
||||
const GCNTargetMachine &TM)
|
||||
|
|
Loading…
Reference in New Issue