mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-19 01:13:25 +00:00
7 lines
122 B
LLVM
7 lines
122 B
LLVM
|
; RUN: llvm-as < %s | llc -march=xcore
|
||
|
; PR3898
|
||
|
|
||
|
define i32 @vector_param(<2 x double> %x) nounwind {
|
||
|
ret i32 1;
|
||
|
}
|