if we have a large GEP offset on a 32-bit or other target, make
[oota-llvm.git] / test / CodeGen / Generic / debug-info.ll
1 ; RUN: llvm-as < %s | llc
2
3         %lldb.compile_unit = type { i32, i16, i16, i8*, i8*, i8*, {  }* }
4 @d.compile_unit7 = external global %lldb.compile_unit           ; <%lldb.compile_unit*> [#uses=1]
5
6 declare void @llvm.dbg.stoppoint(i32, i32, %lldb.compile_unit*)
7
8 define void @rb_raise(i32, ...) {
9 entry:
10         br i1 false, label %strlen.exit, label %no_exit.i
11
12 no_exit.i:              ; preds = %entry
13         ret void
14
15 strlen.exit:            ; preds = %entry
16         call void @llvm.dbg.stoppoint( i32 4358, i32 0, %lldb.compile_unit* @d.compile_unit7 )
17         unreachable
18 }
19