From d51ca816b5c87c9ba2044d1df7f5180a4c4f789a Mon Sep 17 00:00:00 2001 From: Diego Novillo Date: Mon, 26 Oct 2015 18:14:44 +0000 Subject: [PATCH] Cleanup test case debug info. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251320 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/SampleProfile/entry_counts.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Transforms/SampleProfile/entry_counts.ll b/test/Transforms/SampleProfile/entry_counts.ll index ac6142e5f19..bfd65c0d651 100644 --- a/test/Transforms/SampleProfile/entry_counts.ll +++ b/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) -- 2.34.1