1; RUN: llc < %s -march=arm -mattr=+vfp2 2 3declare void @bar(i64 %x, i64 %y) 4 5define void @foo() { 6 call void @bar(i64 2, i64 3) 7 ret void 8} 9