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

llvm-svn: 258752
This commit is contained in:
Dan Gohman 2016-01-26 00:17:24 +00:00
parent 240c72b72c
commit 968b090552
1 changed files with 2 additions and 2 deletions

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: