aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/call-void.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Generic/call-void.ll')
-rw-r--r--test/CodeGen/Generic/call-void.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/Generic/call-void.ll b/test/CodeGen/Generic/call-void.ll
index b23a8d9b28..1263b98976 100644
--- a/test/CodeGen/Generic/call-void.ll
+++ b/test/CodeGen/Generic/call-void.ll
@@ -1,3 +1,5 @@
+; RUN: llvm-as < %s | llc
+
void %foo() {
ret void
}