summaryrefslogtreecommitdiff
path: root/test/DebugInfo/2009-01-15-dbg_declare.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/DebugInfo/2009-01-15-dbg_declare.ll')
-rw-r--r--test/DebugInfo/2009-01-15-dbg_declare.ll4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/DebugInfo/2009-01-15-dbg_declare.ll b/test/DebugInfo/2009-01-15-dbg_declare.ll
index 475949a14e..3f78d0d749 100644
--- a/test/DebugInfo/2009-01-15-dbg_declare.ll
+++ b/test/DebugInfo/2009-01-15-dbg_declare.ll
@@ -8,7 +8,9 @@ declare void @llvm.dbg.declare({ }*, { }*) nounwind
define i32 @isascii(i32 %_c) nounwind {
entry:
- call void @llvm.dbg.declare({ }* null, { }* bitcast (%llvm.dbg.variable.type* @llvm.dbg.variable24 to { }*))
+ %j = alloca i32
+ %0 = bitcast i32* %j to { }*
+ call void @llvm.dbg.declare({ }* %0, { }* bitcast (%llvm.dbg.variable.type* @llvm.dbg.variable24 to { }*))
unreachable
}