llvm-project/llvm/test/CodeGen/XCore/2009-03-27-v2f64-param.ll

7 lines
122 B
LLVM
Raw Normal View History

2009-04-19 04:49:22 +08:00
; RUN: llvm-as < %s | llc -march=xcore
; PR3898
define i32 @vector_param(<2 x double> %x) nounwind {
ret i32 1;
}