blob: 287d92b9eb6e3cf5aac2d2b30da8bfad4fd564ba [file] [log] [blame]
; RUN: llvm-as < %s | llc -march=arm -mattr=+vfp2
define float @test_f32(float %a1, float %a2) {
ret float %a2
}