brintos

brintos / llvm-project-archived public Read only

0
0
Text · 636 B · 33599fa Raw
21 lines · plain
1; RUN: llc < %s 2        %struct.TypHeader = type { i32, ptr, [3 x i8], i8 }3@.str_67 = external global [4 x i8]             ; <ptr> [#uses=1]4@.str_87 = external global [17 x i8]            ; <ptr> [#uses=1]5 6define void @PrBinop() {7entry:8        br i1 false, label %cond_true, label %else.09 10cond_true:              ; preds = %entry11        br label %else.012 13else.0:         ; preds = %cond_true, %entry14        %tmp.167.1 = phi i32 [ ptrtoint (ptr @.str_87 to i32), %entry ], [ 0, %cond_true ]               ; <i32> [#uses=0]15        call void @Pr( ptr @.str_67, i32 0, i32 0 )16        ret void17}18 19declare void @Pr(ptr, i32, i32)20 21