blob: 295c1fce4a6d1ef217db06c8ec9ecbaad39bf43e [file] [log] [blame]
Chris Lattner4d091e02004-06-11 02:59:47 +00001; RUN: llvm-as < %s | llc -march=x86
2
3bool %T(double %X) {
4 %V = seteq double %X, %X
5 ret bool %V
6}