From: Nick Lewycky Date: Mon, 26 May 2008 22:49:36 +0000 (+0000) Subject: Grammaro. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=70ef629d46cd78f6e2e8051797b0436fc4a895b0;p=oota-llvm.git Grammaro. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51572 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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