1; RUN: llc < %s -march=xcore
2; PR3898
3
4define i32 @vector_param(<2 x double> %x) nounwind {
5       ret i32 1
6}
7