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

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