summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/2010-11-30-reloc-movt.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-08-04 14:39:30 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-08-04 14:39:30 +0000
commitf81f6758f3188e1fd8be6b3707301959268dbbf0 (patch)
tree64586f57d47b581187d9b0020eb70269e435e6df /test/CodeGen/ARM/2010-11-30-reloc-movt.ll
parent65ad8dc807174b53615181a8170befdf60b6771d (diff)
downloadllvm-f81f6758f3188e1fd8be6b3707301959268dbbf0.tar.gz
llvm-f81f6758f3188e1fd8be6b3707301959268dbbf0.tar.bz2
llvm-f81f6758f3188e1fd8be6b3707301959268dbbf0.tar.xz
Print r_type with the correct number of bits.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136872 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/2010-11-30-reloc-movt.ll')
-rw-r--r--test/CodeGen/ARM/2010-11-30-reloc-movt.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/ARM/2010-11-30-reloc-movt.ll b/test/CodeGen/ARM/2010-11-30-reloc-movt.ll
index 8a0220690d..99e1fbc590 100644
--- a/test/CodeGen/ARM/2010-11-30-reloc-movt.ll
+++ b/test/CodeGen/ARM/2010-11-30-reloc-movt.ll
@@ -24,17 +24,17 @@ entry:
; OBJ: Relocation 0
; OBJ-NEXT: 'r_offset', 0x00000004
; OBJ-NEXT: 'r_sym', 0x00000007
-; OBJ-NEXT: 'r_type', 0x0000002b
+; OBJ-NEXT: 'r_type', 0x2b
; OBJ: Relocation 1
; OBJ-NEXT: 'r_offset', 0x00000008
; OBJ-NEXT: 'r_sym'
-; OBJ-NEXT: 'r_type', 0x0000002c
+; OBJ-NEXT: 'r_type', 0x2c
; OBJ: # Relocation 2
; OBJ-NEXT: 'r_offset', 0x0000000c
; OBJ-NEXT: 'r_sym', 0x00000008
-; OBJ-NEXT: 'r_type', 0x0000001c
+; OBJ-NEXT: 'r_type', 0x1c
}