1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00
llvm-mirror/test/CodeGen/Generic/debug-info.ll

20 lines
573 B
LLVM
Raw Normal View History

; RUN: llc < %s
2005-05-05 19:57:24 +02:00
%lldb.compile_unit = type { i32, i16, i16, i8*, i8*, i8*, { }* }
@d.compile_unit7 = external global %lldb.compile_unit ; <%lldb.compile_unit*> [#uses=1]
2005-05-05 19:57:24 +02:00
declare void @llvm.dbg.stoppoint(i32, i32, %lldb.compile_unit*)
2005-05-05 19:57:24 +02:00
define void @rb_raise(i32, ...) {
2005-05-05 19:57:24 +02:00
entry:
br i1 false, label %strlen.exit, label %no_exit.i
2005-05-05 19:57:24 +02:00
no_exit.i: ; preds = %entry
ret void
2005-05-05 19:57:24 +02:00
strlen.exit: ; preds = %entry
call void @llvm.dbg.stoppoint( i32 4358, i32 0, %lldb.compile_unit* @d.compile_unit7 )
unreachable
2005-05-05 19:57:24 +02:00
}