2004-04-13-FPCMOV-Crash.ll   [plain text]


; RUN: llc < %s -march=x86

define double @test(double %d) {
        %X = select i1 false, double %d, double %d              ; <double> [#uses=1]
        ret double %X
}