[llvm] r251320 - Cleanup test case debug info. NFC.
Diego Novillo via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 26 11:14:45 PDT 2015
Author: dnovillo
Date: Mon Oct 26 13:14:44 2015
New Revision: 251320
URL: http://llvm.org/viewvc/llvm-project?rev=251320&view=rev
Log:
Cleanup test case debug info. NFC.
Modified:
llvm/trunk/test/Transforms/SampleProfile/entry_counts.ll
Modified: llvm/trunk/test/Transforms/SampleProfile/entry_counts.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/SampleProfile/entry_counts.ll?rev=251320&r1=251319&r2=251320&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/SampleProfile/entry_counts.ll (original)
+++ llvm/trunk/test/Transforms/SampleProfile/entry_counts.ll Mon Oct 26 13:14:44 2015
@@ -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)
More information about the llvm-commits
mailing list