diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2008-05-26 22:49:36 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2008-05-26 22:49:36 +0000 |
commit | 70ef629d46cd78f6e2e8051797b0436fc4a895b0 (patch) | |
tree | b5f4cb3baa598e8e6bd2e5dfc0a2b8f1fc9fbd94 | |
parent | 6c80c381601b17207b6b8f898cfe273a37584d52 (diff) | |
download | external_llvm-70ef629d46cd78f6e2e8051797b0436fc4a895b0.zip external_llvm-70ef629d46cd78f6e2e8051797b0436fc4a895b0.tar.gz external_llvm-70ef629d46cd78f6e2e8051797b0436fc4a895b0.tar.bz2 |
Grammaro.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51572 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Transforms/Scalar/PredicateSimplifier.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Scalar/PredicateSimplifier.cpp b/lib/Transforms/Scalar/PredicateSimplifier.cpp index 5c79444..9befdc7 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 |