llvm/test/CodeGen/X86: Disable avx in two tests corresponding to r171082.
[oota-llvm.git] / test / CodeGen / X86 / 2004-04-13-FPCMOV-Crash.ll
1 ; RUN: llc < %s -march=x86
2
3 define double @test(double %d) {
4         %X = select i1 false, double %d, double %d              ; <double> [#uses=1]
5         ret double %X
6 }
7