A PR60 test case
authorBrian Gaeke <gaeke@uiuc.edu>
Mon, 23 Aug 2004 20:49:33 +0000 (20:49 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Mon, 23 Aug 2004 20:49:33 +0000 (20:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16005 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/SparcV9/2004-08-22-CallNull.llx [new file with mode: 0644]

diff --git a/test/CodeGen/SparcV9/2004-08-22-CallNull.llx b/test/CodeGen/SparcV9/2004-08-22-CallNull.llx
new file mode 100644 (file)
index 0000000..0736aef
--- /dev/null
@@ -0,0 +1,9 @@
+; RUN: llvm-as < %s | llc -march=sparcv9
+
+implementation   ; Functions:
+
+void %main() {
+entry:
+        call void null( )
+        ret void
+}