mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-24 05:09:34 +00:00
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:
parent
f4e788949d
commit
a9319a6e78
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user