summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2004-04-13-FPCMOV-Crash.ll
blob: f8ed016f99b690ef490623fb04eaf87b2b2ad4a1 (plain)
1
2
3
4
5
6
7
; RUN: llc < %s -march=x86

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