summaryrefslogtreecommitdiffstats
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.ll16
1 files changed, 0 insertions, 16 deletions
diff --git a/test/DebugInfo/2009-01-15-dbg_declare.ll b/test/DebugInfo/2009-01-15-dbg_declare.ll
deleted file mode 100644
index ab404af..0000000
--- a/test/DebugInfo/2009-01-15-dbg_declare.ll
+++ /dev/null
@@ -1,16 +0,0 @@
-; RUN: llc %s -o /dev/null
-
- %llvm.dbg.variable.type = type { i32, { }*, i8*, { }*, i32, { }*, i8*, i8* }
-@llvm.dbg.variable24 = external constant %llvm.dbg.variable.type ; <%llvm.dbg.variable.type*> [#uses=1]
-
-declare void @llvm.dbg.declare({ }*, { }*) nounwind
-
-define i32 @isascii(i32 %_c) nounwind {
-entry:
- %j = alloca i32
- %0 = bitcast i32* %j to { }*
- call void @llvm.dbg.declare({ }* %0, { }* bitcast (%llvm.dbg.variable.type* @llvm.dbg.variable24 to { }*))
- unreachable
-}
-
-