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:
parent
5cf908079f
commit
7435b84365
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user