Followup to 258750; update this test to use .p2align .

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@258752 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2016-01-26 00:17:24 +00:00
parent f4e788949d
commit a9319a6e78

View File

@ -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: