Skip to content

Commit a0031df

Browse files
authored
Merge pull request #23688 from bob-wilson/clang-r356709
master-next: adjust expected test output for IRGen/ordering_x86.sil
2 parents ba9cc35 + e1ac7a0 commit a0031df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/ordering_x86.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ bb0:
4141
// the order of features differs.
4242

4343
// X86_64: define{{( protected)?}} swiftcc void @baz{{.*}}#0
44-
// X86_64: #0 = {{.*}}"target-features"="+cx16,+fxsr,+mmx,+sahf,+sse,+sse2,+sse3,+ssse3,+x87"
44+
// X86_64: #0 = {{.*}}"target-features"="+cx16,+cx8,+fxsr,+mmx,+sahf,+sse,+sse2,+sse3,+ssse3,+x87"

0 commit comments

Comments
 (0)