Skip to content

Commit 4f27cd7

Browse files
committed
Formatting
1 parent 718deea commit 4f27cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/X86/X86ISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1330,7 +1330,7 @@ X86TargetLowering::X86TargetLowering(const X86TargetMachine &TM,
13301330
setOperationAction(ISD::BITREVERSE, MVT::i64, Custom);
13311331

13321332
for (auto VT : {MVT::v16i8, MVT::v8i16, MVT::v4i32, MVT::v2i64}) {
1333-
setOperationAction(ISD::BITREVERSE, VT, Custom);
1333+
setOperationAction(ISD::BITREVERSE, VT, Custom);
13341334
}
13351335
}
13361336

0 commit comments

Comments
 (0)