Skip to content

Commit ed4a913

Browse files
committed
[NFC][llvm][M68k] Inclusive language: reword comment
Rewording the comment to avoid the use of blacklist.
1 parent 581a6a8 commit ed4a913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/M68k/M68kISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2202,7 +2202,7 @@ SDValue M68kTargetLowering::LowerSELECT(SDValue Op, SelectionDAG &DAG) const {
22022202
Op2.getOpcode() == ISD::TRUNCATE) {
22032203
SDValue T1 = Op1.getOperand(0), T2 = Op2.getOperand(0);
22042204
if (T1.getValueType() == T2.getValueType() &&
2205-
// Blacklist CopyFromReg to avoid partial register stalls.
2205+
// Block CopyFromReg so partial register stalls are avoided.
22062206
T1.getOpcode() != ISD::CopyFromReg &&
22072207
T2.getOpcode() != ISD::CopyFromReg) {
22082208
SDVTList VTs = DAG.getVTList(T1.getValueType(), MVT::Glue);

0 commit comments

Comments
 (0)