diff options
Diffstat (limited to 'llvm/test/CodeGen/Thumb2/load-global.ll')
-rw-r--r-- | llvm/test/CodeGen/Thumb2/load-global.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb2/load-global.ll b/llvm/test/CodeGen/Thumb2/load-global.ll index 24aaf21f498..4aad567fa8f 100644 --- a/llvm/test/CodeGen/Thumb2/load-global.ll +++ b/llvm/test/CodeGen/Thumb2/load-global.ll @@ -17,7 +17,7 @@ define i32 @test1() { ; DYNAMIC: .long L_G$non_lazy_ptr ; PIC: _test1 -; PIC: add.w r0, r0, pc +; PIC: add r0, pc ; PIC: .long L_G$non_lazy_ptr-(LPC0+4) ; LINUX: test1 |