Move the complex address expression out of DIVariable and into an extra
[oota-llvm.git] / test / CodeGen / XCore / 2009-03-27-v2f64-param.ll
index a6b9699987eb606892ada8e0525214d9f1a00173..e35a36a8a159d621aa2d66e23adbebe8e31352d5 100644 (file)
@@ -2,5 +2,5 @@
 ; PR3898
 
 define i32 @vector_param(<2 x double> %x) nounwind {
-       ret i32 1;
+       ret i32 1
 }