1; RUN: opt < %s -passes=instcombine -S | grep sub2; PR25533 4define double @test(double %X) nounwind {5 ; fsub of self can't be optimized away.6 %Y = fsub double %X, %X7 ret double %Y8}9