[llvm] r254686 -
Junmo Park via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 3 18:07:00 PST 2015
Author: flyingforyou
Date: Thu Dec 3 20:06:59 2015
New Revision: 254686
URL: http://llvm.org/viewvc/llvm-project?rev=254686&view=rev
Log: (empty)
Modified:
llvm/trunk/lib/CodeGen/BranchFolding.cpp
Modified: llvm/trunk/lib/CodeGen/BranchFolding.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/BranchFolding.cpp?rev=254686&r1=254685&r2=254686&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/BranchFolding.cpp (original)
+++ llvm/trunk/lib/CodeGen/BranchFolding.cpp Thu Dec 3 20:06:59 2015
@@ -371,7 +371,7 @@ static unsigned ComputeCommonTailLength(
}
// Back past possible debugging pseudos at beginning of block. This matters
// when one block differs from the other only by whether debugging pseudos
- // are present at the beginning. (This way, the various checks later for
+ // are present at the beginning. (This way, the various checks later for
// I1==MBB1->begin() work as expected.)
if (I1 == MBB1->begin() && I2 != MBB2->begin()) {
--I2;
More information about the llvm-commits
mailing list