blob: b1a1024acaf1c1ca2e04e944bee22ead3588f513 [file] [log] [blame]
Dan Gohmanc8054d92009-09-09 00:09:15 +00001; RUN: llc < %s -march=arm -mattr=+vfp2
Bob Wilsona4c22902009-04-17 19:07:39 +00002
3define i64 @test_i64(i64 %a1, i64 %a2) {
4 ret i64 %a2
5}
6