1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

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 a72e83c26e
commit afdd4e6630

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: