aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/XCore/2009-03-27-v2f64-param.ll
blob: a6b9699987eb606892ada8e0525214d9f1a00173 (plain)
1
2
3
4
5
6
; RUN: llc < %s -march=xcore
; PR3898

define i32 @vector_param(<2 x double> %x) nounwind {
       ret i32 1;
}