]> granicus.if.org Git - llvm/commitdiff
Fix Wdocumentation warning
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 3 Mar 2017 12:09:11 +0000 (12:09 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 3 Mar 2017 12:09:11 +0000 (12:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296866 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/BranchCoalescing.cpp

index 67996ca75bb42fc72ea8a48d6fef06dc06997521..efc5d535f526731756180c92e0778ace511f2673 100644 (file)
@@ -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;