summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2004-06-10-StackifierCrash.ll
blob: 036aa6a77f407d3e64965a55372a120912c3ee22 (plain)
1
2
3
4
5
6
; RUN: llc < %s -march=x86

define i1 @T(double %X) {
        %V = fcmp oeq double %X, %X             ; <i1> [#uses=1]
        ret i1 %V
}