aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/IA64/ret-0.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/IA64/ret-0.ll')
-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 0000000..0f5cf89
--- /dev/null
+++ b/test/CodeGen/IA64/ret-0.ll
@@ -0,0 +1,5 @@
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=ia64
+
+double %test() {
+ ret double 0.0
+}