From fac00a93a98d43ac0d4ca514aa5a720debbd6c8b Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Tue, 25 Jul 2006 20:17:20 +0000 Subject: implement function calling of functions with up to 4 arguments git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29274 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/ARM/call.ll | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/CodeGen/ARM/call.ll (limited to 'test/CodeGen') diff --git a/test/CodeGen/ARM/call.ll b/test/CodeGen/ARM/call.ll new file mode 100644 index 0000000000..cfffa99eb0 --- /dev/null +++ b/test/CodeGen/ARM/call.ll @@ -0,0 +1,8 @@ +; RUN: llvm-as < %s | llc -march=arm +void %f() { +entry: + call void %g( int 1, int 2, int 3, int 4 ) + ret void +} + +declare void %g(int, int, int, int) -- cgit v1.2.3-70-g09d2