[llvm] r265996 - Revert accidentally committed change
Adrian Prantl via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 11 14:00:27 PDT 2016
Author: adrian
Date: Mon Apr 11 16:00:26 2016
New Revision: 265996
URL: http://llvm.org/viewvc/llvm-project?rev=265996&view=rev
Log:
Revert accidentally committed change
Modified:
llvm/trunk/test/BugPoint/metadata.ll
Modified: llvm/trunk/test/BugPoint/metadata.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/BugPoint/metadata.ll?rev=265996&r1=265995&r2=265996&view=diff
==============================================================================
--- llvm/trunk/test/BugPoint/metadata.ll (original)
+++ llvm/trunk/test/BugPoint/metadata.ll Mon Apr 11 16:00:26 2016
@@ -24,7 +24,6 @@ define void @test(i32* %a, i8* %b) {
declare void @foo()
!llvm.module.flags = !{!17}
-!llvm.dbg.cu = !{!8}
!0 = !{!"boring"}
!1 = !{!"uninteresting"}
@@ -32,7 +31,6 @@ declare void @foo()
!3 = !{!"noise"}
!4 = !{!"filler"}
-!8 = distinct !DICompileUnit(language: DW_LANG_C99, file: !15, subprograms: !{!9})
!9 = distinct !DISubprogram(name: "test", file: !15)
!10 = !DILocation(line: 100, column: 101, scope: !9)
!11 = !DILocation(line: 102, column: 103, scope: !9)
More information about the llvm-commits
mailing list