aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/TransformInternals.h
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-08-21 22:14:26 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-08-21 22:14:26 +0000
commitef6a6a69ff1e1b709d0acb315b9f6c926c67a778 (patch)
tree7d59340142e117b47b4df22e5b6e54e46b93f4f9 /lib/Transforms/TransformInternals.h
parente287cfdfd0815ac5c80c72c0913a45ca98993a28 (diff)
downloadexternal_llvm-ef6a6a69ff1e1b709d0acb315b9f6c926c67a778.zip
external_llvm-ef6a6a69ff1e1b709d0acb315b9f6c926c67a778.tar.gz
external_llvm-ef6a6a69ff1e1b709d0acb315b9f6c926c67a778.tar.bz2
The word `dependent' has no `a'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8030 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/TransformInternals.h')
-rw-r--r--lib/Transforms/TransformInternals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/TransformInternals.h b/lib/Transforms/TransformInternals.h
index 5f87a38..ac7be3a 100644
--- a/lib/Transforms/TransformInternals.h
+++ b/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.