mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-03 17:31:50 +00:00
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:
parent
47d60da931
commit
719a4bd1ab
@ -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…
Reference in New Issue
Block a user