Skip to content

Commit 2dc50a6

Browse files
committed
Fix test IRGen/abitypes.swift
We now annotate the function arguments with `noundef`. rdar://98722116
1 parent 0b1dce7 commit 2dc50a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/abitypes.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ class Foo {
569569

570570
// armv7-ios: define internal void @makeOne(%struct.One* noalias sret({{.*}}) align 4 %agg.result, float %f, float %s)
571571
// armv7s-ios: define internal void @makeOne(%struct.One* noalias sret({{.*}}) align 4 %agg.result, float %f, float %s)
572-
// armv7k-watchos: define internal %struct.One @makeOne(float %f, float %s)
572+
// armv7k-watchos: define internal %struct.One @makeOne(float {{.*}}%f, float {{.*}}%s)
573573

574574
// rdar://17631440 - Expand direct arguments that are coerced to aggregates.
575575
// x86_64-macosx: define{{( protected)?}} swiftcc float @"$s8abitypes13testInlineAggySfSo6MyRectVF"(float %0, float %1, float %2, float %3) {{.*}} {

0 commit comments

Comments
 (0)