diff options
Diffstat (limited to 'test/CodeGen/nvptx-abi.c')
| -rw-r--r-- | test/CodeGen/nvptx-abi.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/CodeGen/nvptx-abi.c b/test/CodeGen/nvptx-abi.c index 58ad6a17f242..7973bf06533a 100644 --- a/test/CodeGen/nvptx-abi.c +++ b/test/CodeGen/nvptx-abi.c @@ -21,14 +21,14 @@ float bar(void) { void foo(float4_t x) { // CHECK-LABEL: @foo -// CHECK: %struct.float4_s* byval %x +// CHECK: %struct.float4_s* byval align 4 %x } void fooN(float4_t x, float4_t y, float4_t z) { // CHECK-LABEL: @fooN -// CHECK: %struct.float4_s* byval %x -// CHECK: %struct.float4_s* byval %y -// CHECK: %struct.float4_s* byval %z +// CHECK: %struct.float4_s* byval align 4 %x +// CHECK: %struct.float4_s* byval align 4 %y +// CHECK: %struct.float4_s* byval align 4 %z } typedef struct nested_s { @@ -39,5 +39,5 @@ typedef struct nested_s { void baz(nested_t x) { // CHECK-LABEL: @baz -// CHECK: %struct.nested_s* byval %x) +// CHECK: %struct.nested_s* byval align 8 %x) } |
