blob: e834d66df2410c62f9391bf05f60ee6a5977f9e4 [file] [log] [blame]
; RUN: llvm-as < %s | llc -march=xcore
; PR3898
define i32 @vector_param(<2 x double> %x) nounwind {
ret i32 1;
}