diff options
Diffstat (limited to 'test/CodeGen/ARM/ret_f32_arg5.ll')
-rw-r--r-- | test/CodeGen/ARM/ret_f32_arg5.ll | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/CodeGen/ARM/ret_f32_arg5.ll b/test/CodeGen/ARM/ret_f32_arg5.ll new file mode 100644 index 0000000..c6ce60e --- /dev/null +++ b/test/CodeGen/ARM/ret_f32_arg5.ll @@ -0,0 +1,6 @@ +; RUN: llc < %s -march=arm -mattr=+vfp2 + +define float @test_f32_arg5(float %a1, float %a2, float %a3, float %a4, float %a5) { + ret float %a5 +} + |