aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo/2010-03-19-DbgDeclare.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/DebugInfo/2010-03-19-DbgDeclare.ll')
-rw-r--r--test/DebugInfo/2010-03-19-DbgDeclare.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/2010-03-19-DbgDeclare.ll b/test/DebugInfo/2010-03-19-DbgDeclare.ll
index a8ad499..dff5489 100644
--- a/test/DebugInfo/2010-03-19-DbgDeclare.ll
+++ b/test/DebugInfo/2010-03-19-DbgDeclare.ll
@@ -4,7 +4,7 @@
define void @Foo(i32 %a, i32 %b) {
entry:
- call void @llvm.dbg.declare(metadata i32* null, metadata !1, metadata !MDExpression())
+ call void @llvm.dbg.declare(metadata i32* null, metadata !1, metadata !MDExpression()), !dbg !MDLocation(scope: !6)
ret void
}
!llvm.dbg.cu = !{!2}