mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-09 10:26:07 +00:00
7 lines
111 B
LLVM
7 lines
111 B
LLVM
; RUN: llc < %s -march=xcore
|
|
; PR3898
|
|
|
|
define i32 @vector_param(<2 x double> %x) nounwind {
|
|
ret i32 1
|
|
}
|