Skip to content

Commit 000ddc8

Browse files
committed
[NFC] Remove incomplete dag-style comment
1 parent e073552 commit 000ddc8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4937,7 +4937,6 @@ SDValue AMDGPUTargetLowering::performSelectCombine(SDNode *N,
49374937
}
49384938

49394939
// Support source modifiers as integer.
4940-
// (select c, (xor/or/and x, c), y) -> (bitcast (select c)))
49414940
if (VT == MVT::i32 || VT == MVT::v2i32 || VT == MVT::i64) {
49424941
if (SDValue SrcMod = getBitwiseToSrcModifierOp(True, DCI)) {
49434942
SDLoc SL(N);

0 commit comments

Comments
 (0)