From: Brian Gaeke Date: Mon, 23 Aug 2004 20:49:33 +0000 (+0000) Subject: A PR60 test case X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=7d837d152d80ccd6f308954a5874b3b1d6a9428d;p=oota-llvm.git A PR60 test case git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16005 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 00000000000..0736aef9bc7 --- /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 +}