diff options
| author | Dan Gohman <dan433584@gmail.com> | 2016-01-26 00:17:24 +0000 |
|---|---|---|
| committer | Dan Gohman <dan433584@gmail.com> | 2016-01-26 00:17:24 +0000 |
| commit | 968b0905528c1d69fecbc8f9d00ffd46916ea2b3 (patch) | |
| tree | abff5e67954d552a26b4c6684b8564ea00675b03 | |
| parent | 240c72b72c96cc5f373e1d4aea1c28eb796e81dc (diff) | |
| download | bcm5719-llvm-968b0905528c1d69fecbc8f9d00ffd46916ea2b3.tar.gz bcm5719-llvm-968b0905528c1d69fecbc8f9d00ffd46916ea2b3.zip | |
Followup to 258750; update this test to use .p2align .
llvm-svn: 258752
| -rw-r--r-- | llvm/test/MC/AArch64/inst-directive.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/MC/AArch64/inst-directive.s b/llvm/test/MC/AArch64/inst-directive.s index 7fd5200b9e5..1a44fd18620 100644 --- a/llvm/test/MC/AArch64/inst-directive.s +++ b/llvm/test/MC/AArch64/inst-directive.s @@ -12,13 +12,13 @@ .section .inst.aarch64_inst - .align 2 + .p2align 2 .global aarch64_inst .type aarch64_inst,%function aarch64_inst: .inst 0x5e104020 -// CHECK-ASM: .align 2 +// CHECK-ASM: .p2align 2 // CHECK-ASM: .globl aarch64_inst // CHECK-ASM: .type aarch64_inst,@function // CHECK-ASM: aarch64_inst: |

