diff --git a/llvm/unittests/Analysis/IVDescriptorsTest.cpp b/llvm/unittests/Analysis/IVDescriptorsTest.cpp --- a/llvm/unittests/Analysis/IVDescriptorsTest.cpp +++ b/llvm/unittests/Analysis/IVDescriptorsTest.cpp @@ -44,9 +44,8 @@ } // This tests that IVDescriptors can obtain the induction binary operator for -// integer induction variables. And hasUnsafeAlgebra() and -// getUnsafeAlgebraInst() correctly return the expected behavior, i.e. no unsafe -// algebra. +// integer induction variables. And getExactFPMathInst() correctly return the +// expected behavior, i.e. no FMF algebra. TEST(IVDescriptorsTest, LoopWithSingleLatch) { // Parse the module. LLVMContext Context;