From: Chad Rosier Date: Wed, 20 Apr 2016 19:16:23 +0000 (+0000) Subject: Typo. X-Git-Tag: android-x86-7.1-r4~34894 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=3421c1b1188f8d877028b752fe075122a7844316;p=android-x86%2Fexternal-llvm.git Typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@266905 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/EarlyCSE.cpp b/lib/Transforms/Scalar/EarlyCSE.cpp index 3707cecd014..af0c0ac044f 100644 --- a/lib/Transforms/Scalar/EarlyCSE.cpp +++ b/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.