[llvm] r266905 - Typo.
Chad Rosier via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 20 12:16:24 PDT 2016
Author: mcrosier
Date: Wed Apr 20 14:16:23 2016
New Revision: 266905
URL: http://llvm.org/viewvc/llvm-project?rev=266905&view=rev
Log:
Typo.
Modified:
llvm/trunk/lib/Transforms/Scalar/EarlyCSE.cpp
Modified: llvm/trunk/lib/Transforms/Scalar/EarlyCSE.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Scalar/EarlyCSE.cpp?rev=266905&r1=266904&r2=266905&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Scalar/EarlyCSE.cpp (original)
+++ llvm/trunk/lib/Transforms/Scalar/EarlyCSE.cpp Wed Apr 20 14:16:23 2016
@@ -513,7 +513,7 @@ bool EarlyCSE::processNode(DomTreeNode *
// 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.
More information about the llvm-commits
mailing list