summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/2007-01-14-FcmpSelf.ll
blob: 4fcfd264f4521943c2d7e055ac4454ad02b77f8e (plain)
1
2
3
4
5
6
; RUN: opt < %s -instcombine -S | grep "fcmp uno.*0.0"
; PR1111
define i1 @test(double %X) {
  %tmp = fcmp une double %X, %X
  ret i1 %tmp
}