Skip to content

Commit 6dcf02e

Browse files
committed
fix typo
1 parent 7e21b79 commit 6dcf02e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/CodeGen/TargetLowering.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1625,7 +1625,7 @@ class TargetLoweringBase {
16251625
}
16261626

16271627
/// Return true if the specified condition code is legal or custom for a
1628-
/// comparison of on this target.
1628+
/// comparison of the specified types on this target.
16291629
bool isCondCodeLegalOrCustom(ISD::CondCode CC, MVT VT) const {
16301630
return getCondCodeAction(CC, VT) == Legal ||
16311631
getCondCodeAction(CC, VT) == Custom;

0 commit comments

Comments
 (0)