summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/2010-12-15-elf-lcomm.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-08-04 15:38:19 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-08-04 15:38:19 +0000
commit67ac0c0d630aa823f31632beecef520df1d7c48b (patch)
tree34532ba9a17a456c1f0dc325c8598b35bb8aa978 /test/CodeGen/ARM/2010-12-15-elf-lcomm.ll
parent71a8f5ca12e8536e6050cc7a09fa2a87ea629cfa (diff)
downloadllvm-67ac0c0d630aa823f31632beecef520df1d7c48b.tar.gz
llvm-67ac0c0d630aa823f31632beecef520df1d7c48b.tar.bz2
llvm-67ac0c0d630aa823f31632beecef520df1d7c48b.tar.xz
print st_other with the correct number of bits.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136877 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/2010-12-15-elf-lcomm.ll')
-rw-r--r--test/CodeGen/ARM/2010-12-15-elf-lcomm.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/2010-12-15-elf-lcomm.ll b/test/CodeGen/ARM/2010-12-15-elf-lcomm.ll
index dd0ca5ced0..7bbe0485f8 100644
--- a/test/CodeGen/ARM/2010-12-15-elf-lcomm.ll
+++ b/test/CodeGen/ARM/2010-12-15-elf-lcomm.ll
@@ -23,7 +23,7 @@
; OBJ-NEXT: 'st_size', 0x00000050
; OBJ-NEXT: 'st_bind', 0x0
; OBJ-NEXT: 'st_type', 0x1
-; OBJ-NEXT: 'st_other', 0x00000000
+; OBJ-NEXT: 'st_other', 0x00
; OBJ-NEXT: 'st_shndx', 0x00000004
define i32 @main(i32 %argc) nounwind {