diff options
author | Marianne Mailhot-Sarrasin <marianne.mailhot.sarrasin@gmail.com> | 2016-03-10 21:54:25 +0000 |
---|---|---|
committer | Marianne Mailhot-Sarrasin <marianne.mailhot.sarrasin@gmail.com> | 2016-03-10 21:54:25 +0000 |
commit | eddc5b130ead288c0f929e66477bd876928b82ba (patch) | |
tree | 61af83089507fd9d1d4c80fa3a1b9f862b576695 /llvm/lib/CodeGen/BranchFolding.cpp | |
parent | 8c9f00f7888274de71914a04edaaad6d99af4155 (diff) | |
download | bcm5719-llvm-eddc5b130ead288c0f929e66477bd876928b82ba.tar.gz bcm5719-llvm-eddc5b130ead288c0f929e66477bd876928b82ba.zip |
Test commit access
llvm-svn: 263165
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 027f091209e..16d4e00a885 100644 --- a/llvm/lib/CodeGen/BranchFolding.cpp +++ b/llvm/lib/CodeGen/BranchFolding.cpp @@ -886,7 +886,7 @@ bool BranchFolder::TryTailMergeBlocks(MachineBasicBlock *SuccBB, MachineBasicBlock *MBB = SameTails[commonTailIndex].getBlock(); - // Recompute commont tail MBB's edge weights and block frequency. + // Recompute common tail MBB's edge weights and block frequency. setCommonTailEdgeWeights(*MBB); // MBB is common tail. Adjust all other BB's to jump to this one. |