diff options
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/elf.ll')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/elf.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/elf.ll b/llvm/test/CodeGen/AMDGPU/elf.ll index 90af6782c4b..c523ff17e20 100644 --- a/llvm/test/CodeGen/AMDGPU/elf.ll +++ b/llvm/test/CodeGen/AMDGPU/elf.ll @@ -22,7 +22,7 @@ ; CONFIG-NEXT: .long 45096 ; TYPICAL-NEXT: .long 0 ; TONGA-NEXT: .long 576 -; CONFIG: .align 256 +; CONFIG: .p2align 8 ; CONFIG: test: define void @test(i32 %p) #0 { %i = add i32 %p, 2 |