fix a globalopt crash on two Adobe-C++ testcases that the recent
[llvm.git] / test / Transforms / InstCombine / 2007-01-14-FcmpSelf.ll
blobd2d215fa86d38c1fb8ba1ca7c8d1469079e5aa71
1 ; RUN: opt < %s -instcombine -S | grep {fcmp uno.*0.0}
2 ; PR1111
3 define i1 @test(double %X) {
4   %tmp = fcmp une double %X, %X
5   ret i1 %tmp