Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame^] | 1 | ; 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 | |
| 5 | implementation ; Functions: |
| 6 | |
| 7 | declare void %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 | call void %llvm.dbg.stoppoint(uint 4358, uint 0, %lldb.compile_unit* %d.compile_unit7 ) ; <{ }*> [#uses=0] |
| 18 | unreachable |
| 19 | } |