diff options
author | Diego Novillo <dnovillo@google.com> | 2015-10-26 18:14:44 +0000 |
---|---|---|
committer | Diego Novillo <dnovillo@google.com> | 2015-10-26 18:14:44 +0000 |
commit | 5eb5ad09d52921477e8577f9e50812c8f811bd02 (patch) | |
tree | 355975653dd44d467d17d9b8afbf6448bacd254e /llvm/test/Transforms/SampleProfile/entry_counts.ll | |
parent | c9eb2fcd7da5cbcd0cb4446bff8cf0cc2fcfa26c (diff) | |
download | bcm5719-llvm-5eb5ad09d52921477e8577f9e50812c8f811bd02.tar.gz bcm5719-llvm-5eb5ad09d52921477e8577f9e50812c8f811bd02.zip |
Cleanup test case debug info. NFC.
llvm-svn: 251320
Diffstat (limited to 'llvm/test/Transforms/SampleProfile/entry_counts.ll')
-rw-r--r-- | llvm/test/Transforms/SampleProfile/entry_counts.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/SampleProfile/entry_counts.ll b/llvm/test/Transforms/SampleProfile/entry_counts.ll index ac6142e5f19..bfd65c0d651 100644 --- a/llvm/test/Transforms/SampleProfile/entry_counts.ll +++ b/llvm/test/Transforms/SampleProfile/entry_counts.ll @@ -13,7 +13,7 @@ entry: !llvm.ident = !{!8} !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang version 3.7.0 (trunk 237249) (llvm/trunk 237261)", isOptimized: false, runtimeVersion: 0, emissionKind: 2, enums: !2, retainedTypes: !2, subprograms: !3, globals: !2, imports: !2) -!1 = !DIFile(filename: "entry_counts.c", directory: "/usr/local/google/home/dnovillo/llvm/test/pgo") +!1 = !DIFile(filename: "entry_counts.c", directory: ".") !2 = !{} !3 = !{!4} !4 = distinct !DISubprogram(name: "empty", scope: !1, file: !1, line: 1, type: !5, isLocal: false, isDefinition: true, scopeLine: 1, isOptimized: false, function: void ()* @empty, variables: !2) |