summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/X86/arange-and-stub.ll
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2016-04-24 03:47:37 +0000
committerAdrian Prantl <aprantl@apple.com>2016-04-24 03:47:37 +0000
commitda99dced5c1595f425ba26544c16ad29e0ed1133 (patch)
tree1a1288075182da62856ef1016a496587875944c6 /llvm/test/DebugInfo/X86/arange-and-stub.ll
parent5655795bf4acb155b37bd94ee991980526179a61 (diff)
downloadbcm5719-llvm-da99dced5c1595f425ba26544c16ad29e0ed1133.tar.gz
bcm5719-llvm-da99dced5c1595f425ba26544c16ad29e0ed1133.zip
Revert "Verifier: Verify that each inlinable callsite of a debug-info-bearing function"
This reverts commit r267320 while investigating an OpenMP buildbot failure. llvm-svn: 267322
Diffstat (limited to 'llvm/test/DebugInfo/X86/arange-and-stub.ll')
-rw-r--r--llvm/test/DebugInfo/X86/arange-and-stub.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/X86/arange-and-stub.ll b/llvm/test/DebugInfo/X86/arange-and-stub.ll
index 891429e3ef1..668ea9c3a0b 100644
--- a/llvm/test/DebugInfo/X86/arange-and-stub.ll
+++ b/llvm/test/DebugInfo/X86/arange-and-stub.ll
@@ -18,7 +18,7 @@ define void @foo() !dbg !4 {
define void @bar() personality i8* bitcast (void ()* @foo to i8*) !dbg !9 {
invoke void @foo()
- to label %invoke.cont unwind label %lpad, !dbg !19
+ to label %invoke.cont unwind label %lpad
invoke.cont: ; preds = %0
ret void
@@ -50,4 +50,3 @@ lpad: ; preds = %0
!16 = !DISubrange(count: 1)
!17 = !{i32 2, !"Dwarf Version", i32 4}
!18 = !{i32 2, !"Debug Info Version", i32 3}
-!19 = !DILocation(line: 0, scope: !9)
OpenPOWER on IntegriCloud