1 ; RUN: llvm-as < %s | llc | grep mflr | count 1
3 target datalayout = "e-p:32:32"
4 target triple = "powerpc-apple-darwin8"
5 @str = internal constant [18 x i8] c"hello world!, %d\0A\00" ; <[18 x i8]*> [#uses=1]
10 %tmp = tail call i32 (i8*, ...)* @printf( i8* getelementptr ([18 x i8]* @str, i32 0, i32 0) ) ; <i32> [#uses=0]
14 declare i32 @printf(i8*, ...)