From: Quentin Colombet Date: Tue, 1 Jul 2014 16:23:44 +0000 (+0000) Subject: [PeepholeOptimzer] Fix a typo in a comment. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=4797c30d21eb6e1bccff859e252f18ac0e2459ba;p=oota-llvm.git [PeepholeOptimzer] Fix a typo in a comment. Spotted by Amara Emerson. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212106 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/PeepholeOptimizer.cpp b/lib/CodeGen/PeepholeOptimizer.cpp index 6f37518293f..716cb1f46f1 100644 --- a/lib/CodeGen/PeepholeOptimizer.cpp +++ b/lib/CodeGen/PeepholeOptimizer.cpp @@ -844,7 +844,7 @@ bool ValueTracker::getNextSourceFromRegSequence(unsigned &SrcIdx, // Def.sub1 = // is a valid SSA representation for Def.sub0 and Def.sub1, but not for // Def. Thus, it must not be generated. - // However, some code could theoritically generates a single + // However, some code could theoretically generates a single // Def.sub0 (i.e, not defining the other subregs) and we would // have this case. // If we can ascertain (or force) that this never happens, we could