diff options
| author | Misha Brukman <brukman+llvm@gmail.com> | 2003-08-21 22:14:26 +0000 |
|---|---|---|
| committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-08-21 22:14:26 +0000 |
| commit | be372b91e11b079a1335fdf0ac30a9b80a082a06 (patch) | |
| tree | ac9c878b43155368257e81d779361067a30da6bd /llvm/lib/Transforms/TransformInternals.h | |
| parent | a73b95821ad303a86910713f2b88ff73321472be (diff) | |
| download | bcm5719-llvm-be372b91e11b079a1335fdf0ac30a9b80a082a06.tar.gz bcm5719-llvm-be372b91e11b079a1335fdf0ac30a9b80a082a06.zip | |
The word `dependent' has no `a'.
llvm-svn: 8030
Diffstat (limited to 'llvm/lib/Transforms/TransformInternals.h')
| -rw-r--r-- | llvm/lib/Transforms/TransformInternals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/TransformInternals.h b/llvm/lib/Transforms/TransformInternals.h index 5f87a38cc4c..ac7be3a49f6 100644 --- a/llvm/lib/Transforms/TransformInternals.h +++ b/llvm/lib/Transforms/TransformInternals.h @@ -94,7 +94,7 @@ struct ValueMapCache { typedef std::map<const Value *, Value *> ExprMapTy; // Cast Map - Cast instructions can have their source and destination values - // changed independantly for each part. Because of this, our old naive + // changed independently for each part. Because of this, our old naive // implementation would create a TWO new cast instructions, which would cause // all kinds of problems. Here we keep track of the newly allocated casts, so // that we only create one for a particular instruction. |

