aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-10-24 17:09:20 +0000
committerChris Lattner <sabre@nondot.org>2006-10-24 17:09:20 +0000
commitd1300ab4f0a66691c7fbb0ac08a40af4488729f3 (patch)
tree8f98867fff21511a80192248ed1170a19815a67c
parent3d7d39ab1549f5ab7a929ec18a3e6481862cf247 (diff)
new testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31163 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/IA64/ret-0.ll5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/CodeGen/IA64/ret-0.ll b/test/CodeGen/IA64/ret-0.ll
new file mode 100644
index 0000000000..7f240cde76
--- /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
+}