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.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/IA64/ret-0.ll b/test/CodeGen/IA64/ret-0.ll
index 0f5cf89..fa2aac3 100644
--- a/test/CodeGen/IA64/ret-0.ll
+++ b/test/CodeGen/IA64/ret-0.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=ia64
+; RUN: llvm-as < %s | llc -march=ia64
-double %test() {
+define double @test() {
ret double 0.0
}