We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de368fb + 8ad49ff commit a584202Copy full SHA for a584202
test/IRGen/generic_metatypes.swift
@@ -145,5 +145,5 @@ func makeGenericMetatypes() {
145
// CHECK-NOT: call void @llvm.lifetime.end
146
// CHECK: ret %swift.metadata_response
147
148
-// CHECK: attributes [[NOUNWIND_READNONE]] = { nounwind readnone }
149
-// CHECK: attributes [[NOUNWIND_OPT]] = { noinline nounwind "frame-pointer"="none" "target-cpu"
+// CHECK-DAG: attributes [[NOUNWIND_READNONE]] = { nounwind readnone }
+// CHECK-DAG: attributes [[NOUNWIND_OPT]] = { noinline nounwind "frame-pointer"="none" "target-cpu"
0 commit comments