diff options
| author | David Blaikie <dblaikie@gmail.com> | 2014-02-04 01:23:52 +0000 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2014-02-04 01:23:52 +0000 |
| commit | 5e390e4df7db1ca76eaf2c31691cbb4b64963b61 (patch) | |
| tree | 5c3392414c97c774b05fbafd6e6b19a1f3060671 /llvm/test/DebugInfo/ARM/sectionorder.ll | |
| parent | e6bf06bbdcf80d6480584318675fedd46cc4d86e (diff) | |
| download | bcm5719-llvm-5e390e4df7db1ca76eaf2c31691cbb4b64963b61.tar.gz bcm5719-llvm-5e390e4df7db1ca76eaf2c31691cbb4b64963b61.zip | |
DebugInfo: Remove some unneeded conditionals now that DIBuilder no longer emits zero-length arrays as {i32 0}
A bunch of test cases needed to be cleaned up for this, many my fault -
when implementid imported modules I updated test cases by simply
duplicating the prior metadata field - which wasn't always the empty
metadata entry.
llvm-svn: 200731
Diffstat (limited to 'llvm/test/DebugInfo/ARM/sectionorder.ll')
| -rw-r--r-- | llvm/test/DebugInfo/ARM/sectionorder.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/ARM/sectionorder.ll b/llvm/test/DebugInfo/ARM/sectionorder.ll index 2e3f3bf9a17..a7030cd1b67 100644 --- a/llvm/test/DebugInfo/ARM/sectionorder.ll +++ b/llvm/test/DebugInfo/ARM/sectionorder.ll @@ -12,7 +12,6 @@ target triple = "thumbv7-apple-ios" !llvm.dbg.cu = !{!0} !0 = metadata !{i32 786449, i32 0, i32 12, metadata !"test.c", metadata !"/Volumes/Data/radar/15623193", metadata !"LLVM", i1 true, i1 false, metadata !"", i32 0, metadata !1, metadata !1, metadata !1, metadata !1} ; [ DW_TAG_compile_unit ] [/Volumes/Data/radar/15623193/test.c] [DW_LANG_C99] -!1 = metadata !{metadata !2} -!2 = metadata !{i32 0} +!1 = metadata !{} !3 = metadata !{i32 2, metadata !"Dwarf Version", i32 2} !4 = metadata !{i32 1, metadata !"Debug Info Version", i32 1} |

