diff options
author | Duncan Sands <baldrick@free.fr> | 2008-08-01 12:23:49 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2008-08-01 12:23:49 +0000 |
commit | 58921feaa9340fb32e2a01ef3cdca6caf8b71e1c (patch) | |
tree | 8cf510db0e583cc3c17fcabc81a3e1e4a3817025 /lib/Transforms/Scalar/ConstantProp.cpp | |
parent | eb4ab60bed82d15651bf77ae68ad266ec0eeae9d (diff) |
Fix comment typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54266 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Scalar/ConstantProp.cpp')
-rw-r--r-- | lib/Transforms/Scalar/ConstantProp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Scalar/ConstantProp.cpp b/lib/Transforms/Scalar/ConstantProp.cpp index dbbc86142c..05bb4f0c7b 100644 --- a/lib/Transforms/Scalar/ConstantProp.cpp +++ b/lib/Transforms/Scalar/ConstantProp.cpp @@ -14,7 +14,7 @@ // // Notice that: // * This pass has a habit of making definitions be dead. It is a good idea -// to to run a DIE pass sometime after running this pass. +// to run a DIE pass sometime after running this pass. // //===----------------------------------------------------------------------===// |