We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e21b79 commit 6dcf02eCopy full SHA for 6dcf02e
llvm/include/llvm/CodeGen/TargetLowering.h
@@ -1625,7 +1625,7 @@ class TargetLoweringBase {
1625
}
1626
1627
/// Return true if the specified condition code is legal or custom for a
1628
- /// comparison of on this target.
+ /// comparison of the specified types on this target.
1629
bool isCondCodeLegalOrCustom(ISD::CondCode CC, MVT VT) const {
1630
return getCondCodeAction(CC, VT) == Legal ||
1631
getCondCodeAction(CC, VT) == Custom;
0 commit comments