blob: 2b61fa6d2dc22ed87cbf9b255430b0042df5ff31 [file] [log] [blame]
Dan Gohman0cb2f672009-09-11 18:36:27 +00001; RUN: llc < %s -march=cellspu > %t1.s
pingbak2f387e82009-01-26 03:31:40 +00002
3define i1 @fcmp_eq_setcc_f64(double %arg1, double %arg2) nounwind {
4entry:
5 %A = fcmp oeq double %arg1, %arg2
6 ret i1 %A
7}