diff options
Diffstat (limited to 'test/CodeGen/ARM')
-rw-r--r-- | test/CodeGen/ARM/2010-12-15-elf-lcomm.ll | 2 |
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 dd0ca5c..7bbe048 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 { |