summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/X86/dbg-file-name.ll
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2016-03-14 14:58:36 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2016-03-14 14:58:36 +0000
commit1082fa66a5ba321f55120ab26c996c7c86ac1e56 (patch)
tree2211e9fdea5c3bc83450f0826824456f418779e2 /llvm/test/DebugInfo/X86/dbg-file-name.ll
parent35bc38af207324ac8caa459159d6899ede1803be (diff)
downloadbcm5719-llvm-1082fa66a5ba321f55120ab26c996c7c86ac1e56.tar.gz
bcm5719-llvm-1082fa66a5ba321f55120ab26c996c7c86ac1e56.zip
Revert "Recommitted r261633 "Supporting all entities declared in lexical scope in LLVM debug info." After fixing PR26715 at r263379."
This reverts commit r263424. Breaks self-host. llvm-svn: 263437
Diffstat (limited to 'llvm/test/DebugInfo/X86/dbg-file-name.ll')
-rw-r--r--llvm/test/DebugInfo/X86/dbg-file-name.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/X86/dbg-file-name.ll b/llvm/test/DebugInfo/X86/dbg-file-name.ll
index 0716d8619c7..60954b9746b 100644
--- a/llvm/test/DebugInfo/X86/dbg-file-name.ll
+++ b/llvm/test/DebugInfo/X86/dbg-file-name.ll
@@ -6,7 +6,7 @@
declare i32 @printf(i8*, ...) nounwind
define i32 @main() nounwind !dbg !6 {
- ret i32 0, !dbg !13
+ ret i32 0
}
!llvm.dbg.cu = !{!2}
@@ -22,4 +22,3 @@ define i32 @main() nounwind !dbg !6 {
!10 = !DIFile(filename: "simple.c", directory: "/Users/manav/one/two")
!11 = !{}
!12 = !{i32 1, !"Debug Info Version", i32 3}
-!13 = !DILocation(line: 10, scope: !6)
OpenPOWER on IntegriCloud