aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/X86/2004-04-13-FPCMOV-Crash.ll
blob: 915dc4e4160930a78c286d05cf0c832309fc3a2f (plain)
1
2
3
4
5
6
7
; RUN: llc < %s -mtriple=i686--

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