diff options
author | Chad Rosier <mcrosier@codeaurora.org> | 2016-04-20 19:16:23 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@codeaurora.org> | 2016-04-20 19:16:23 +0000 |
commit | b346dcbc251c1b7667df40c64280c129b3c7443b (patch) | |
tree | 8bbeaa3624da791bf891f612f20fe90a71965d68 /llvm/lib/Transforms | |
parent | 41dd31f0b095c4ace9e3ab36062e2e11b8445d41 (diff) | |
download | bcm5719-llvm-b346dcbc251c1b7667df40c64280c129b3c7443b.tar.gz bcm5719-llvm-b346dcbc251c1b7667df40c64280c129b3c7443b.zip |
Typo.
llvm-svn: 266905
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r-- | llvm/lib/Transforms/Scalar/EarlyCSE.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/EarlyCSE.cpp b/llvm/lib/Transforms/Scalar/EarlyCSE.cpp index 3707cecd014..af0c0ac044f 100644 --- a/llvm/lib/Transforms/Scalar/EarlyCSE.cpp +++ b/llvm/lib/Transforms/Scalar/EarlyCSE.cpp @@ -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. |