diff options
author | Adrian Prantl <aprantl@apple.com> | 2016-04-11 21:00:26 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2016-04-11 21:00:26 +0000 |
commit | 2fec729c5004f15fda1075a72e8e4aaeec714423 (patch) | |
tree | 2cfba6787a4c54d303b2a74fb676249a0292d561 | |
parent | 115edcaec1697f193baa68dafde802c81afd1c87 (diff) | |
download | bcm5719-llvm-2fec729c5004f15fda1075a72e8e4aaeec714423.tar.gz bcm5719-llvm-2fec729c5004f15fda1075a72e8e4aaeec714423.zip |
Revert accidentally committed change
llvm-svn: 265996
-rw-r--r-- | llvm/test/BugPoint/metadata.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/BugPoint/metadata.ll b/llvm/test/BugPoint/metadata.ll index cd0de61e6be..44d109aa007 100644 --- a/llvm/test/BugPoint/metadata.ll +++ b/llvm/test/BugPoint/metadata.ll @@ -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) |