From 2776bd1d2a66854803b78a6a1ccfc3b9932b49b6 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 25 May 2006 10:49:19 +0000 Subject: create test/Regression/CodeGen/ARM/ and add a minimal test to it git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28468 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/ARM/ret0.ll | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/CodeGen/ARM/ret0.ll (limited to 'test/CodeGen/ARM/ret0.ll') diff --git a/test/CodeGen/ARM/ret0.ll b/test/CodeGen/ARM/ret0.ll new file mode 100644 index 0000000..765bfca --- /dev/null +++ b/test/CodeGen/ARM/ret0.ll @@ -0,0 +1,4 @@ +; RUN: llvm-as < %s | llc -march=arm +int %test() { + ret int 0 +} -- cgit v1.1