summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/CorrelatedExprs.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-11-08 23:18:37 +0000
committerChris Lattner <sabre@nondot.org>2002-11-08 23:18:37 +0000
commit51c20e9a3a3f0f03775cca880d582d294b3f19e8 (patch)
treede492268ac7e0220e86dcf0671e878741a10dfff /lib/Transforms/Scalar/CorrelatedExprs.cpp
parentafc2256f33d43b08084e5cfe54396aa5584e9d69 (diff)
downloadllvm-51c20e9a3a3f0f03775cca880d582d294b3f19e8.tar.gz
llvm-51c20e9a3a3f0f03775cca880d582d294b3f19e8.tar.bz2
llvm-51c20e9a3a3f0f03775cca880d582d294b3f19e8.tar.xz
Fix spelling error
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4645 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Scalar/CorrelatedExprs.cpp')
-rw-r--r--lib/Transforms/Scalar/CorrelatedExprs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Scalar/CorrelatedExprs.cpp b/lib/Transforms/Scalar/CorrelatedExprs.cpp
index 6ba60675fe..cb8bd6109c 100644
--- a/lib/Transforms/Scalar/CorrelatedExprs.cpp
+++ b/lib/Transforms/Scalar/CorrelatedExprs.cpp
@@ -542,7 +542,7 @@ void CEE::ForwardSuccessorTo(TerminatorInst *TI, unsigned SuccNo,
// Create and insert the PHI node into the top of Dest.
PHINode *NewPN = new PHINode(I->getType(), I->getName()+".fw_merge",
Dest->begin());
- // There is definately an edge from OldSucc... add the edge now
+ // There is definitely an edge from OldSucc... add the edge now
NewPN->addIncoming(I, OldSucc);
// There is also an edge from BB now, add the edge with the calculated