From e5462114922b4bef8c76663c68b2b3aa26036e45 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 7 Apr 2016 11:30:06 +0000 Subject: [PATCH] InlineSpiller.cpp: Escap \@ in r265547. [-Wdocumentation] llvm-svn: 265657 --- llvm/lib/CodeGen/InlineSpiller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/CodeGen/InlineSpiller.cpp b/llvm/lib/CodeGen/InlineSpiller.cpp index 81ebbcb..892af63 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 &Spills, -- 2.7.4