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