diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-07-24 22:42:22 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-07-24 22:42:22 +0000 |
commit | 0bc116192d58f14c68efdcdb331f62b758413388 (patch) | |
tree | 1608290c4bdcdf5c90922b948ef547b73a5dc086 /test/CodeGen/Thumb2/pic-load.ll | |
parent | 4e9bac3769cb668aad20f1ac2d6a35d9ba452f3a (diff) | |
download | external_llvm-0bc116192d58f14c68efdcdb331f62b758413388.zip external_llvm-0bc116192d58f14c68efdcdb331f62b758413388.tar.gz external_llvm-0bc116192d58f14c68efdcdb331f62b758413388.tar.bz2 |
Fix these tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77006 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Thumb2/pic-load.ll')
-rw-r--r-- | test/CodeGen/Thumb2/pic-load.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb2/pic-load.ll b/test/CodeGen/Thumb2/pic-load.ll index a31d087..5db2e9e 100644 --- a/test/CodeGen/Thumb2/pic-load.ll +++ b/test/CodeGen/Thumb2/pic-load.ll @@ -8,7 +8,7 @@ define hidden arm_apcscc i32 @atexit(void ()* %func) nounwind { entry: ; CHECK: atexit: -; CHECK: add r1, pc +; CHECK: add r1, r1, pc %r = alloca %struct.one_atexit_routine, align 4 ; <%struct.one_atexit_routine*> [#uses=3] %0 = getelementptr %struct.one_atexit_routine* %r, i32 0, i32 0, i32 0 ; <void ()**> [#uses=1] store void ()* %func, void ()** %0, align 4 |