Skip to content

Commit bba98a6

Browse files
dont be silly
1 parent ba88cad commit bba98a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/codegen/dont-shufflevector-bswaps.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// CHECK-LABEL: define{{.*}}void @convert(
1313
// CHECK-NOT: shufflevector
1414
// On higher opt levels, this should just be a bswap:
15-
// OPT3: load <8 x i16>
15+
// OPT3: store <8 x i16>
1616
// OPT3-NEXT: call <8 x i16> @llvm.bswap
1717
// OPT3-NEXT: store <8 x i16>
1818
// OPT3-NEXT: ret void

0 commit comments

Comments
 (0)