Don't fold negative offsets into cp / dp accesses to avoid relocation errors.
[oota-llvm.git] / test / CodeGen / XCore / 2009-03-27-v2f64-param.ll
1 ; RUN: llc < %s -march=xcore
2 ; PR3898
3
4 define i32 @vector_param(<2 x double> %x) nounwind {
5        ret i32 1
6 }