InlineSpiller.cpp: Escap \@ in r265547. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 7 Apr 2016 11:30:06 +0000 (11:30 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 7 Apr 2016 11:30:06 +0000 (11:30 +0000)
llvm-svn: 265657

llvm/lib/CodeGen/InlineSpiller.cpp

index 81ebbcb..892af63 100644 (file)
@@ -1132,7 +1132,7 @@ void HoistSpillHelper::rmRedundantSpills(
 /// Redundant spills will be found and put into \p SpillsToRm at the same
 /// time. \p SpillBBToSpill will be populated as part of the process and
 /// maps a basic block to the first store occurring in the basic block.
-/// \post SpillsToRm.union(Spills@post) == Spills@pre
+/// \post SpillsToRm.union(Spills\@post) == Spills\@pre
 ///
 void HoistSpillHelper::getVisitOrders(
     MachineBasicBlock *Root, SmallPtrSet<MachineInstr *, 16> &Spills,