From 87a24e3ee43559fc4d1c6a7f442d49d1e3ccf663 Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Thu, 16 Jul 2009 13:28:59 +0000 Subject: Minimal lowering for formal_arguments / ret git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75911 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/SystemZ/00-RetVoid.ll | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/CodeGen/SystemZ/00-RetVoid.ll (limited to 'test/CodeGen/SystemZ/00-RetVoid.ll') diff --git a/test/CodeGen/SystemZ/00-RetVoid.ll b/test/CodeGen/SystemZ/00-RetVoid.ll new file mode 100644 index 0000000..3b0bb5a --- /dev/null +++ b/test/CodeGen/SystemZ/00-RetVoid.ll @@ -0,0 +1,6 @@ +; RUN: llvm-as < %s | llc -march=systemz + +define void @foo() { +entry: + ret void +} \ No newline at end of file -- cgit v1.1