InlineSpiller.cpp: Escap \@ in r265547. [-Wdocumentation]

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@265657 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2016-04-07 11:30:06 +00:00
parent 47d60da931
commit 719a4bd1ab

View 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,