blob: 0c69ea0eb6e151928de3a1da48747826ae004aa8 [file] [log] [blame]
Chris Lattnerfd387872005-05-05 17:57:24 +00001; RUN: llvm-as < %s | llc
2%lldb.compile_unit = type { uint, ushort, ushort, sbyte*, sbyte*, sbyte*, { }* }
3%d.compile_unit7 = external global %lldb.compile_unit ; <%lldb.compile_unit*> [#uses=1]
4
5implementation ; Functions:
6
7declare { }* %llvm.dbg.stoppoint({ }*, uint, uint, %lldb.compile_unit*)
8
9void %rb_raise(int, ...) {
10entry:
11 br bool false, label %strlen.exit, label %no_exit.i
12
13no_exit.i: ; preds = %entry
14 ret void
15
16strlen.exit: ; preds = %entry
17 %dbg.tmp.1.i2 = call { }* %llvm.dbg.stoppoint( { }* null, uint 4358, uint 0, %lldb.compile_unit* %d.compile_unit7 ) ; <{ }*> [#uses=0]
18 unreachable
19}