summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/ret_void.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/ret_void.ll')
-rw-r--r--test/CodeGen/ARM/ret_void.ll6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/CodeGen/ARM/ret_void.ll b/test/CodeGen/ARM/ret_void.ll
new file mode 100644
index 0000000000000..68db8c423461e
--- /dev/null
+++ b/test/CodeGen/ARM/ret_void.ll
@@ -0,0 +1,6 @@
+; RUN: llvm-as < %s | llc -march=arm
+
+define void @test() {
+ ret void
+}
+