Dan Gohman | b7c0b24 | 2009-09-11 18:36:27 +0000 | [diff] [blame] | 1 | ; RUN: llc < %s -march=cellspu > %t1.s |
Scott Michel | c9c8b2a | 2009-01-26 03:31:40 +0000 | [diff] [blame] | 2 | |
3 | define i1 @fcmp_eq_setcc_f64(double %arg1, double %arg2) nounwind { | ||||
4 | entry: | ||||
5 | %A = fcmp oeq double %arg1, %arg2 | ||||
6 | ret i1 %A | ||||
7 | } |