diff options
Diffstat (limited to 'test/CodeGen/ppc64-struct-onevect.c')
| -rw-r--r-- | test/CodeGen/ppc64-struct-onevect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ppc64-struct-onevect.c b/test/CodeGen/ppc64-struct-onevect.c index 34f4cc0753ac..8cd4126912a5 100644 --- a/test/CodeGen/ppc64-struct-onevect.c +++ b/test/CodeGen/ppc64-struct-onevect.c @@ -9,5 +9,5 @@ v4sf foo (struct s a) { return a.v; } -// CHECK-LABEL: define <4 x float> @foo(<4 x float> inreg %a.coerce) +// CHECK-LABEL: define <4 x float> @foo(<4 x float> inreg returned %a.coerce) // CHECK: ret <4 x float> %a.coerce |
