Home | History | Annotate | Download | only in XCore
      1 ; RUN: llc < %s -march=xcore
      2 ; PR3898
      3 
      4 define i32 @vector_param(<2 x double> %x) nounwind {
      5        ret i32 1
      6 }
      7