summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CodeGen/SparcV9/2004-08-22-CallNull.llx9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/CodeGen/SparcV9/2004-08-22-CallNull.llx b/test/CodeGen/SparcV9/2004-08-22-CallNull.llx
new file mode 100644
index 0000000000..0736aef9bc
--- /dev/null
+++ b/test/CodeGen/SparcV9/2004-08-22-CallNull.llx
@@ -0,0 +1,9 @@
+; RUN: llvm-as < %s | llc -march=sparcv9
+
+implementation ; Functions:
+
+void %main() {
+entry:
+ call void null( )
+ ret void
+}