blob: 49f693a7df014423c5ad13f45bb3adb22e603b9c [file] [log] [blame]
Reid Spencer69ccadd2006-12-02 04:23:10 +00001; RUN: llvm-upgrade < %s | llvm-as | llc
Chris Lattnerfd387872005-05-05 17:57:24 +00002%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
Reid Spencer4d42fce2006-12-04 20:13:49 +00007declare void %llvm.dbg.stoppoint(uint, uint, %lldb.compile_unit*)
Chris Lattnerfd387872005-05-05 17:57:24 +00008
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
Reid Spencer4d42fce2006-12-04 20:13:49 +000017 call void %llvm.dbg.stoppoint(uint 4358, uint 0, %lldb.compile_unit* %d.compile_unit7 ) ; <{ }*> [#uses=0]
Chris Lattnerfd387872005-05-05 17:57:24 +000018 unreachable
19}