summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-08-04 14:48:27 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-08-04 14:48:27 +0000
commita83f8ef9b4d727011ee43743810ef1f6ec12bb81 (patch)
tree6cc3e4bbf9004bf5aeece502f24eb25165765131 /test/CodeGen/ARM
parentf81f6758f3188e1fd8be6b3707301959268dbbf0 (diff)
downloadllvm-a83f8ef9b4d727011ee43743810ef1f6ec12bb81.tar.gz
llvm-a83f8ef9b4d727011ee43743810ef1f6ec12bb81.tar.bz2
llvm-a83f8ef9b4d727011ee43743810ef1f6ec12bb81.tar.xz
Print r_sym with the correct number of bits.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136873 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM')
-rw-r--r--test/CodeGen/ARM/2010-11-30-reloc-movt.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/2010-11-30-reloc-movt.ll b/test/CodeGen/ARM/2010-11-30-reloc-movt.ll
index 99e1fbc590..8b164c5d91 100644
--- a/test/CodeGen/ARM/2010-11-30-reloc-movt.ll
+++ b/test/CodeGen/ARM/2010-11-30-reloc-movt.ll
@@ -23,7 +23,7 @@ entry:
; OBJ: Relocation 0
; OBJ-NEXT: 'r_offset', 0x00000004
-; OBJ-NEXT: 'r_sym', 0x00000007
+; OBJ-NEXT: 'r_sym', 0x000007
; OBJ-NEXT: 'r_type', 0x2b
; OBJ: Relocation 1
@@ -33,7 +33,7 @@ entry:
; OBJ: # Relocation 2
; OBJ-NEXT: 'r_offset', 0x0000000c
-; OBJ-NEXT: 'r_sym', 0x00000008
+; OBJ-NEXT: 'r_sym', 0x000008
; OBJ-NEXT: 'r_type', 0x1c
}