1; RUN: llc < %s -march=cellspu > %t1.s 2 3define i1 @fcmp_eq_setcc_f64(double %arg1, double %arg2) nounwind { 4entry: 5 %A = fcmp oeq double %arg1, %arg2 6 ret i1 %A 7} 8