1 2 3 4 5 6
; RUN: llvm-as < %s | llc -march=x86 bool %T(double %X) { %V = seteq double %X, %X ret bool %V }