Skip to content

Commit 813cb81

Browse files
committed
fixup! clang-format
1 parent cbfcbd3 commit 813cb81

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
@@ -1438,8 +1438,7 @@ RISCVTargetLowering::RISCVTargetLowering(const TargetMachine &TM,
14381438
}
14391439

14401440
// Custom-legalize bitcasts from fixed-length vectors to scalar types.
1441-
setOperationAction(ISD::BITCAST, {MVT::i8, MVT::i16, MVT::i32},
1442-
Custom);
1441+
setOperationAction(ISD::BITCAST, {MVT::i8, MVT::i16, MVT::i32}, Custom);
14431442
if (Subtarget.is64Bit())
14441443
setOperationAction(ISD::BITCAST, MVT::i64, Custom);
14451444
if (Subtarget.hasStdExtZfhminOrZhinxmin())

0 commit comments

Comments
 (0)