Add test case for PR3154.
[oota-llvm.git] / test / CodeGen / IA64 / ret-0.ll
index 7f240cde767002c29df37893bf741a249530030f..fa2aac3ebf6160bc6f830d00c2451999bf5385e7 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: llvm-as < %s | llc -march=ia64
 
-double %test() {
+define double @test() {
   ret double 0.0
 }