diff --git a/lib/Transforms/Scalar/PredicateSimplifier.cpp b/lib/Transforms/Scalar/PredicateSimplifier.cpp index 5c79444dc51..9befdc7bc90 100644 --- a/lib/Transforms/Scalar/PredicateSimplifier.cpp +++ b/lib/Transforms/Scalar/PredicateSimplifier.cpp @@ -1509,7 +1509,7 @@ namespace { } // We'd like to allow makeEqual on two values to perform a simple - // substitution without every creating nodes in the IG whenever possible. + // substitution without creating nodes in the IG whenever possible. // // The first iteration through this loop operates on V2 before going // through the Remove list and operating on those too. If all of the