summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/lib/CodeGen/BranchCoalescing.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/BranchCoalescing.cpp b/llvm/lib/CodeGen/BranchCoalescing.cpp
index 67996ca75bb..efc5d535f52 100644
--- a/llvm/lib/CodeGen/BranchCoalescing.cpp
+++ b/llvm/lib/CodeGen/BranchCoalescing.cpp
@@ -134,9 +134,9 @@ namespace {
class BranchCoalescing : public MachineFunctionPass {
struct CoalescingCandidateInfo {
- MachineBasicBlock *BranchBlock; //< Block containing the branch
- MachineBasicBlock *BranchTargetBlock; //< Block branched to
- MachineBasicBlock *FallThroughBlock; //< Fall-through if branch not taken
+ MachineBasicBlock *BranchBlock; // Block containing the branch
+ MachineBasicBlock *BranchTargetBlock; // Block branched to
+ MachineBasicBlock *FallThroughBlock; // Fall-through if branch not taken
SmallVector<MachineOperand, 4> Cond;
bool MustMoveDown;
bool MustMoveUp;
OpenPOWER on IntegriCloud