llvm-for-llvmta/test/CodeGen/XCore/2009-03-27-v2f64-param.ll
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

7 lines
111 B
LLVM

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