Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
[llvm/avr.git] / test / CodeGen / ARM / fpcmp_ueq.ll
blob67f70e9eb5ed2d99ae7b3928fcc43db9819d9ace
1 ; RUN: llc < %s -march=arm | grep moveq 
2 ; RUN: llc < %s -march=arm -mattr=+vfp2 | grep movvs
4 define i32 @f7(float %a, float %b) {
5 entry:
6     %tmp = fcmp ueq float %a,%b
7     %retval = select i1 %tmp, i32 666, i32 42
8     ret i32 %retval