1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 21:13:02 +02:00
llvm-mirror/test/CodeGen/XCore/2009-03-27-v2f64-param.ll

7 lines
111 B
LLVM
Raw Normal View History

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