zpu: simple fn with stack slots compile
[llvm/zpu.git] / test / CodeGen / ARM / formal.ll
blob4ac10badea976004e2a650de34a035b3a81557ff
1 ; RUN: llc < %s -march=arm -mattr=+vfp2
3 declare void @bar(i64 %x, i64 %y)
5 define void @foo() {
6   call void @bar(i64 2, i64 3)
7   ret void