diff options
Diffstat (limited to 'test/CodeGen/SystemZ/00-RetVoid.ll')
-rw-r--r-- | test/CodeGen/SystemZ/00-RetVoid.ll | 6 |
1 files changed, 6 insertions, 0 deletions
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 |