aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/BranchFolding.cpp
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-02-22 17:25:00 +0000
committerChad Rosier <mcrosier@apple.com>2012-02-22 17:25:00 +0000
commit5dfe6dab254decb87a8f798e18bb812eca3ca626 (patch)
treeb6346a8a98278fb8fff13c0da12af70e442f2866 /llvm/lib/CodeGen/BranchFolding.cpp
parent0f30a3ea25e9de721c618d216ad0cd6f404c4438 (diff)
downloadllvm-5dfe6dab254decb87a8f798e18bb812eca3ca626.zip
llvm-5dfe6dab254decb87a8f798e18bb812eca3ca626.tar.gz
llvm-5dfe6dab254decb87a8f798e18bb812eca3ca626.tar.bz2
Remove extra semi-colons.
llvm-svn: 151169
Diffstat (limited to 'llvm/lib/CodeGen/BranchFolding.cpp')
-rw-r--r--llvm/lib/CodeGen/BranchFolding.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/BranchFolding.cpp b/llvm/lib/CodeGen/BranchFolding.cpp
index 6aa170b5..272e9f9 100644
--- a/llvm/lib/CodeGen/BranchFolding.cpp
+++ b/llvm/lib/CodeGen/BranchFolding.cpp
@@ -1111,7 +1111,7 @@ ReoptimizeBlock:
}
}
PrevBB.splice(PrevBB.end(), MBB, MBB->begin(), MBB->end());
- PrevBB.removeSuccessor(PrevBB.succ_begin());;
+ PrevBB.removeSuccessor(PrevBB.succ_begin());
assert(PrevBB.succ_empty());
PrevBB.transferSuccessors(MBB);
MadeChange = true;
@@ -1670,7 +1670,7 @@ bool BranchFolder::HoistCommonCodeInSuccs(MachineBasicBlock *MBB) {
LocalDefsSet.insert(*OR);
}
- HasDups = true;;
+ HasDups = true;
++TIB;
++FIB;
}