diff options
author | Bob Wilson <bob.wilson@apple.com> | 2009-11-06 23:06:42 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2009-11-06 23:06:42 +0000 |
commit | d51722a7e35ecd4e89eee0eeee9d8a718d99433b (patch) | |
tree | 37c2a9c1c4a5b377488138e9465ea496ecb87241 | |
parent | c0ef244499a97ba4f411456fe5d65deb79d51ba7 (diff) |
Fix a broken test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86298 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/Thumb2/load-global.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb2/load-global.ll b/test/CodeGen/Thumb2/load-global.ll index 4fd4525b04..92866700bd 100644 --- a/test/CodeGen/Thumb2/load-global.ll +++ b/test/CodeGen/Thumb2/load-global.ll @@ -14,7 +14,7 @@ define i32 @test1() { ; PIC: _test1 ; PIC: add r0, pc -; PIC: .long L_G$non_lazy_ptr-(LPC0+4) +; PIC: .long L_G$non_lazy_ptr-(LPC1_0+4) ; LINUX: test1 ; LINUX: .long G(GOT) |