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