Skip to content

Commit a584202

Browse files
authored
Merge pull request #29110 from gottesmm/pr-0bc74fd61a702e29597758d97c070db508934bc5
[master-rebranch] Change a check to be CHECK-DAG to avoid issues around these two attributes being printed in the wrong order.
2 parents de368fb + 8ad49ff commit a584202

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/IRGen/generic_metatypes.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,5 +145,5 @@ func makeGenericMetatypes() {
145145
// CHECK-NOT: call void @llvm.lifetime.end
146146
// CHECK: ret %swift.metadata_response
147147

148-
// CHECK: attributes [[NOUNWIND_READNONE]] = { nounwind readnone }
149-
// CHECK: attributes [[NOUNWIND_OPT]] = { noinline nounwind "frame-pointer"="none" "target-cpu"
148+
// CHECK-DAG: attributes [[NOUNWIND_READNONE]] = { nounwind readnone }
149+
// CHECK-DAG: attributes [[NOUNWIND_OPT]] = { noinline nounwind "frame-pointer"="none" "target-cpu"

0 commit comments

Comments
 (0)