summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunmo Park <junmoz.park@samsung.com>2015-12-04 02:06:59 +0000
committerJunmo Park <junmoz.park@samsung.com>2015-12-04 02:06:59 +0000
commit7cc13f2e5857e95da828733421bf5c49179c5fe1 (patch)
tree346bb9d07c9faa050409e70af4ce0419fb74ba2d
parenta3561b388c226255b594748eb706718a1313c8e3 (diff)
downloadbcm5719-llvm-7cc13f2e5857e95da828733421bf5c49179c5fe1.tar.gz
bcm5719-llvm-7cc13f2e5857e95da828733421bf5c49179c5fe1.zip
(no commit message)
llvm-svn: 254686
-rw-r--r--llvm/lib/CodeGen/BranchFolding.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/BranchFolding.cpp b/llvm/lib/CodeGen/BranchFolding.cpp
index c6a6476747e..e41926a819c 100644
--- a/llvm/lib/CodeGen/BranchFolding.cpp
+++ b/llvm/lib/CodeGen/BranchFolding.cpp
@@ -371,7 +371,7 @@ static unsigned ComputeCommonTailLength(MachineBasicBlock *MBB1,
}
// 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;
OpenPOWER on IntegriCloud