diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2013-03-14 05:28:10 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2013-03-14 05:28:10 +0000 |
commit | 3804c750b4c629607549ce8c491a680e6c665e8f (patch) | |
tree | 39b4b2a16c9568507bb6ce68027c82d687384be1 /test/Transforms/GCOVProfiling | |
parent | 45d65858b0c62fecd2e3793f497a894922e9a771 (diff) |
Remove a change to the debug info in this test, that I made while testing
something else and forgot to remove.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177007 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/GCOVProfiling')
-rw-r--r-- | test/Transforms/GCOVProfiling/version.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GCOVProfiling/version.ll b/test/Transforms/GCOVProfiling/version.ll index a1745def86..efd633af6d 100644 --- a/test/Transforms/GCOVProfiling/version.ll +++ b/test/Transforms/GCOVProfiling/version.ll @@ -15,7 +15,7 @@ define void @test() { !llvm.gcov = !{!9} !llvm.dbg.cu = !{!0} -!0 = metadata !{metadata !"%s/version", metadata !1} +!0 = metadata !{metadata !"./version", metadata !1} !1 = metadata !{i32 786449, i32 0, i32 4, metadata !2, metadata !"clang version 3.3 (trunk 176994)", i1 false, metadata !"", i32 0, metadata !3, metadata !3, metadata !4, metadata !3, metadata !""} ; [ DW_TAG_compile_unit ] [./version] [DW_LANG_C_plus_plus] !2 = metadata !{i32 786473, metadata !"version", metadata !"/usr/local/google/home/nlewycky"} ; [ DW_TAG_file_type ] !3 = metadata !{i32 0} |