OSDN Git Service

Typo.
authorChad Rosier <mcrosier@codeaurora.org>
Wed, 20 Apr 2016 19:16:23 +0000 (19:16 +0000)
committerChad Rosier <mcrosier@codeaurora.org>
Wed, 20 Apr 2016 19:16:23 +0000 (19:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@266905 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/EarlyCSE.cpp

index 3707cec..af0c0ac 100644 (file)
@@ -513,7 +513,7 @@ bool EarlyCSE::processNode(DomTreeNode *Node) {
 
   // If this node has a single predecessor which ends in a conditional branch,
   // we can infer the value of the branch condition given that we took this
-  // path.  We need the single predeccesor to ensure there's not another path
+  // path.  We need the single predecessor to ensure there's not another path
   // which reaches this block where the condition might hold a different
   // value.  Since we're adding this to the scoped hash table (like any other
   // def), it will have been popped if we encounter a future merge block.