diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/globals.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/globals.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/globals.ll b/llvm/test/CodeGen/ARM/globals.ll index 886c0d55cfa..83849f42329 100644 --- a/llvm/test/CodeGen/ARM/globals.ll +++ b/llvm/test/CodeGen/ARM/globals.ll @@ -67,9 +67,9 @@ define i32 @test1() { ; LinuxPIC: ldr r0, [r0] ; LinuxPIC: bx lr -; LinuxPIC: .align 2 +; LinuxPIC: .align 4 ; LinuxPIC: .LCPI1_0: ; LinuxPIC: .long _GLOBAL_OFFSET_TABLE_-(.LPC1_0+8) -; LinuxPIC: .align 2 +; LinuxPIC: .align 4 ; LinuxPIC: .LCPI1_1: ; LinuxPIC: .long G(GOT) |