Home | History | Annotate | Download | only in Blackfin
      1 ; RUN: llc < %s -march=bfin
      2 
      3 declare i32 @printf(i8*, ...)
      4 
      5 define i32 @main() {
      6 	%1 = call i32 (i8*, ...)* @printf(i8* undef, double undef)
      7 	ret i32 0
      8 }
      9