From: Chris Lattner Date: Tue, 24 Oct 2006 17:09:20 +0000 (+0000) Subject: new testcase X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d1300ab4f0a66691c7fbb0ac08a40af4488729f3;p=oota-llvm.git new testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31163 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/IA64/ret-0.ll b/test/CodeGen/IA64/ret-0.ll new file mode 100644 index 00000000000..7f240cde767 --- /dev/null +++ b/test/CodeGen/IA64/ret-0.ll @@ -0,0 +1,5 @@ +; RUN: llvm-as < %s | llc -march=ia64 + +double %test() { + ret double 0.0 +}