diff options
author | Junmo Park <junmoz.park@samsung.com> | 2015-12-04 02:06:59 +0000 |
---|---|---|
committer | Junmo Park <junmoz.park@samsung.com> | 2015-12-04 02:06:59 +0000 |
commit | 7cc13f2e5857e95da828733421bf5c49179c5fe1 (patch) | |
tree | 346bb9d07c9faa050409e70af4ce0419fb74ba2d /llvm/lib/CodeGen/BranchFolding.cpp | |
parent | a3561b388c226255b594748eb706718a1313c8e3 (diff) | |
download | bcm5719-llvm-7cc13f2e5857e95da828733421bf5c49179c5fe1.tar.gz bcm5719-llvm-7cc13f2e5857e95da828733421bf5c49179c5fe1.zip |
(no commit message)
llvm-svn: 254686
Diffstat (limited to 'llvm/lib/CodeGen/BranchFolding.cpp')
-rw-r--r-- | llvm/lib/CodeGen/BranchFolding.cpp | 2 |
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; |