mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
Followup to 258750; update this test to use .p2align .
llvm-svn: 258752
This commit is contained in:
parent
a72e83c26e
commit
afdd4e6630
@ -12,13 +12,13 @@
|
|||||||
|
|
||||||
.section .inst.aarch64_inst
|
.section .inst.aarch64_inst
|
||||||
|
|
||||||
.align 2
|
.p2align 2
|
||||||
.global aarch64_inst
|
.global aarch64_inst
|
||||||
.type aarch64_inst,%function
|
.type aarch64_inst,%function
|
||||||
aarch64_inst:
|
aarch64_inst:
|
||||||
.inst 0x5e104020
|
.inst 0x5e104020
|
||||||
|
|
||||||
// CHECK-ASM: .align 2
|
// CHECK-ASM: .p2align 2
|
||||||
// CHECK-ASM: .globl aarch64_inst
|
// CHECK-ASM: .globl aarch64_inst
|
||||||
// CHECK-ASM: .type aarch64_inst,@function
|
// CHECK-ASM: .type aarch64_inst,@function
|
||||||
// CHECK-ASM: aarch64_inst:
|
// CHECK-ASM: aarch64_inst:
|
||||||
|
Loading…
Reference in New Issue
Block a user