xref: /aosp_15_r20/external/llvm/test/CodeGen/XCore/2009-03-27-v2f64-param.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1; RUN: llc < %s -march=xcore
2; PR3898
3
4define i32 @vector_param(<2 x double> %x) nounwind {
5       ret i32 1
6}
7