288bb05d38bbd4c67bf064afbc6b21bbb1b63df0
[oota-llvm.git] / test / CodeGen / ARM / 2009-10-16-Scope.ll
1 ; RUN: llc %s -O0 -o /dev/null -mtriple=arm-apple-darwin
2 ; PR 5197
3 ; There is not any llvm instruction assocated with !5. The code generator
4 ; should be able to handle this.
5
6 define void @bar() nounwind ssp {
7 entry:
8   %count_ = alloca i32, align 4                   ; <i32*> [#uses=2]
9   br label %do.body, !dbg !0
10
11 do.body:                                          ; preds = %entry
12   call void @llvm.dbg.declare(metadata i32* %count_, metadata !4, metadata !{!"0x102"})
13   %conv = ptrtoint i32* %count_ to i32, !dbg !0   ; <i32> [#uses=1]
14   %call = call i32 @foo(i32 %conv) ssp, !dbg !0   ; <i32> [#uses=0]
15   br label %do.end, !dbg !0
16
17 do.end:                                           ; preds = %do.body
18   ret void, !dbg !7
19 }
20
21 declare void @llvm.dbg.declare(metadata, metadata, metadata) nounwind readnone
22
23 declare i32 @foo(i32) ssp
24
25 !0 = !{i32 5, i32 2, !1, null}
26 !1 = !{!"0xb\001\001\000", null, !2}; [DW_TAG_lexical_block ]
27 !2 = !{!"0x2e\00bar\00bar\00bar\004\000\001\000\006\000\000\000", i32 0, !3, null, null, null, null, null, null}; [DW_TAG_subprogram ]
28 !3 = !{!"0x11\0012\00clang 1.1\001\00\000\00\000", !8, null, !9, null, null, null}; [DW_TAG_compile_unit ]
29 !4 = !{!"0x100\00count_\005\000", !5, !3, !6}; [ DW_TAG_auto_variable ]
30 !5 = !{!"0xb\001\001\000", null, !1}; [DW_TAG_lexical_block ]
31 !6 = !{!"0x24\00int\000\0032\0032\000\000\005", null, !3}; [DW_TAG_base_type ]
32 !7 = !{i32 6, i32 1, !2, null}
33 !8 = !{!"genmodes.i", !"/Users/yash/Downloads"}
34 !9 = !{i32 0}