aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo/2010-03-12-llc-crash.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/DebugInfo/2010-03-12-llc-crash.ll')
-rw-r--r--test/DebugInfo/2010-03-12-llc-crash.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/2010-03-12-llc-crash.ll b/test/DebugInfo/2010-03-12-llc-crash.ll
index 642db2c..57f96e3 100644
--- a/test/DebugInfo/2010-03-12-llc-crash.ll
+++ b/test/DebugInfo/2010-03-12-llc-crash.ll
@@ -5,7 +5,7 @@ declare void @llvm.dbg.declare(metadata, metadata, metadata) nounwind readnone
define void @foo() {
entry:
- call void @llvm.dbg.declare(metadata i32* undef, metadata !0, metadata !MDExpression())
+ call void @llvm.dbg.declare(metadata i32* undef, metadata !0, metadata !MDExpression()), !dbg !MDLocation(scope: !1)
ret void
}