blob: 295c1fce4a6d1ef217db06c8ec9ecbaad39bf43e [file] [log] [blame]
; RUN: llvm-as < %s | llc -march=x86
bool %T(double %X) {
%V = seteq double %X, %X
ret bool %V
}