1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

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

llvm-svn: 265657
This commit is contained in:
NAKAMURA Takumi 2016-04-07 11:30:06 +00:00
parent 5cf908079f
commit 7435b84365

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,