aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/CellSPU/fcmp64.ll
blob: 1906bfe7ddaa403ddfe22bba7f95885b991dc39a (plain)
1
2
3
4
5
6
7
; RUN: llvm-as -o - %s | llc -march=cellspu > %t1.s

define i1 @fcmp_eq_setcc_f64(double %arg1, double %arg2) nounwind {
entry:
       %A = fcmp oeq double %arg1, %arg2
       ret i1 %A
}