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

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