Skip to content

Commit 5c9b03f

Browse files
committed
[RISCV] Remove duplicate setOperationAction. NFC
1 parent a3e4888 commit 5c9b03f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Target/RISCV/RISCVISelLowering.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -587,8 +587,7 @@ RISCVTargetLowering::RISCVTargetLowering(const TargetMachine &TM,
587587

588588
setOperationAction({ISD::ROTL, ISD::ROTR}, VT, Expand);
589589

590-
setOperationAction({ISD::CTTZ, ISD::CTLZ, ISD::CTPOP, ISD::BSWAP}, VT,
591-
Expand);
590+
setOperationAction({ISD::CTTZ, ISD::CTLZ, ISD::CTPOP}, VT, Expand);
592591

593592
setOperationAction(ISD::BSWAP, VT, Expand);
594593
setOperationAction(ISD::VP_BSWAP, VT, Expand);

0 commit comments

Comments
 (0)