Remove VISIBILITY_HIDDEN from this file.
[llvm/avr.git] / test / CodeGen / X86 / 2004-04-13-FPCMOV-Crash.ll
blob858605c231bc40f8c7918ccd0b674431fbb03efe
1 ; RUN: llvm-as < %s | llc -march=x86
3 define double @test(double %d) {
4         %X = select i1 false, double %d, double %d              ; <double> [#uses=1]
5         ret double %X