summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/ret_void.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/ARM/ret_void.ll')
-rw-r--r--llvm/test/CodeGen/ARM/ret_void.ll4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/ARM/ret_void.ll b/llvm/test/CodeGen/ARM/ret_void.ll
new file mode 100644
index 00000000000..5cd82e33d0f
--- /dev/null
+++ b/llvm/test/CodeGen/ARM/ret_void.ll
@@ -0,0 +1,4 @@
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm
+void %test() {
+ ret void
+}
OpenPOWER on IntegriCloud