summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2016-04-07 11:30:06 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2016-04-07 11:30:06 +0000
commite5462114922b4bef8c76663c68b2b3aa26036e45 (patch)
treef2117e060044c9a0b7eab12ce6a41dfdb21529ba /llvm/lib/CodeGen
parent28c081b97bfa4098b07812ebc42c2d6f090458a4 (diff)
downloadbcm5719-llvm-e5462114922b4bef8c76663c68b2b3aa26036e45.tar.gz
bcm5719-llvm-e5462114922b4bef8c76663c68b2b3aa26036e45.zip
InlineSpiller.cpp: Escap \@ in r265547. [-Wdocumentation]
llvm-svn: 265657
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/InlineSpiller.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/InlineSpiller.cpp b/llvm/lib/CodeGen/InlineSpiller.cpp
index 81ebbcb3e1e..892af63d1d9 100644
--- a/llvm/lib/CodeGen/InlineSpiller.cpp
+++ b/llvm/lib/CodeGen/InlineSpiller.cpp
@@ -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,
OpenPOWER on IntegriCloud