zpu: managed to compile program that writes constant to global variable
[llvm/zpu.git] / test / CodeGen / X86 / 2004-04-13-FPCMOV-Crash.ll
blobf8ed016f99b690ef490623fb04eaf87b2b2ad4a1
1 ; RUN: llc < %s -march=x86
3 define double @test(double %d) {
4         %X = select i1 false, double %d, double %d              ; <double> [#uses=1]
5         ret double %X