Chris Lattner | fd38787 | 2005-05-05 17:57:24 +0000 | [diff] [blame^] | 1 | ; 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 | |
| 5 | implementation ; Functions: |
| 6 | |
| 7 | declare { }* %llvm.dbg.stoppoint({ }*, uint, uint, %lldb.compile_unit*) |
| 8 | |
| 9 | void %rb_raise(int, ...) { |
| 10 | entry: |
| 11 | br bool false, label %strlen.exit, label %no_exit.i |
| 12 | |
| 13 | no_exit.i: ; preds = %entry |
| 14 | ret void |
| 15 | |
| 16 | strlen.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 | } |