diff options
Diffstat (limited to 'clang/test/CodeGen/arm-aapcs-vfp.c')
| -rw-r--r-- | clang/test/CodeGen/arm-aapcs-vfp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/arm-aapcs-vfp.c b/clang/test/CodeGen/arm-aapcs-vfp.c index a3be64ef975..4fa2aac493f 100644 --- a/clang/test/CodeGen/arm-aapcs-vfp.c +++ b/clang/test/CodeGen/arm-aapcs-vfp.c @@ -100,7 +100,7 @@ void test_neon(struct neon_struct arg) { neon_callee(arg); } -// CHECK-LABEL: define arm_aapcs_vfpcc void @f33(%struct.s33* byval %s) +// CHECK-LABEL: define arm_aapcs_vfpcc void @f33(%struct.s33* byval align 1 %s) struct s33 { char buf[32*32]; }; void f33(struct s33 s) { } |

