diff options
author | David Blaikie <dblaikie@gmail.com> | 2013-03-20 22:34:33 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2013-03-20 22:34:33 +0000 |
commit | 404ecce8903f83271c82e368c834a9697799c296 (patch) | |
tree | 1114a6997cffa839b9b7f09c17e95c5c3123a7d8 /test/DebugInfo/namespace.ll | |
parent | f74e9bf650d7c40d595d3bb60e3c901e2bccec4b (diff) |
Remove unused field in DICompileUnit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177590 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo/namespace.ll')
-rw-r--r-- | test/DebugInfo/namespace.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/namespace.ll b/test/DebugInfo/namespace.ll index ff8bbaee56..8debc0b9cc 100644 --- a/test/DebugInfo/namespace.ll +++ b/test/DebugInfo/namespace.ll @@ -29,7 +29,7 @@ !llvm.dbg.cu = !{!0} -!0 = metadata !{i32 786449, i32 0, i32 4, metadata !1, metadata !"clang version 3.3 ", i1 false, metadata !"", i32 0, metadata !3, metadata !3, metadata !3, metadata !4, metadata !""} ; [ DW_TAG_compile_unit ] [/home/foo/debug-info-namespace.cpp] [DW_LANG_C_plus_plus] +!0 = metadata !{i32 786449, i32 4, metadata !1, metadata !"clang version 3.3 ", i1 false, metadata !"", i32 0, metadata !3, metadata !3, metadata !3, metadata !4, metadata !""} ; [ DW_TAG_compile_unit ] [/home/foo/debug-info-namespace.cpp] [DW_LANG_C_plus_plus] !1 = metadata !{i32 786473, metadata !2} ; [ DW_TAG_file_type ] [/home/foo/debug-info-namespace.cpp] !2 = metadata !{metadata !"debug-info-namespace.cpp", metadata !"/home/foo"} !3 = metadata !{i32 0} |