1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-02 22:32:08 +00:00
llvm-6502/test/CodeGen/XCore/2009-03-27-v2f64-param.ll
2009-09-09 00:09:15 +00:00

7 lines
112 B
LLVM

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