summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Gohman <dan433584@gmail.com>2016-01-26 00:17:24 +0000
committerDan Gohman <dan433584@gmail.com>2016-01-26 00:17:24 +0000
commit968b0905528c1d69fecbc8f9d00ffd46916ea2b3 (patch)
treeabff5e67954d552a26b4c6684b8564ea00675b03
parent240c72b72c96cc5f373e1d4aea1c28eb796e81dc (diff)
downloadbcm5719-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.s4
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:
OpenPOWER on IntegriCloud