blob: 49f693a7df014423c5ad13f45bb3adb22e603b9c [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-upgrade < %s | llvm-as | 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 void %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 call void %llvm.dbg.stoppoint(uint 4358, uint 0, %lldb.compile_unit* %d.compile_unit7 ) ; <{ }*> [#uses=0]
18 unreachable
19}