From: Quentin Colombet Date: Thu, 7 Apr 2016 23:08:52 +0000 (+0000) Subject: [RegisterBankInfo] Escap \@ in r265741. [-Wdocumentation] X-Git-Tag: llvmorg-3.9.0-rc1~9671 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f4e36faa9cadfa88dc22848d96fd2350fa7cc5a4;p=platform%2Fupstream%2Fllvm.git [RegisterBankInfo] Escap \@ in r265741. [-Wdocumentation] llvm-svn: 265742 --- diff --git a/llvm/include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h b/llvm/include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h index c686d41..22ae60a 100644 --- a/llvm/include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h +++ b/llvm/include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h @@ -231,7 +231,7 @@ protected: /// If a record was already set for \p SVT, the mapping is not /// updated, unless \p Force == true /// - /// \post if getRegBankForType(SVT)@pre == nullptr then + /// \post if getRegBankForType(SVT)\@pre == nullptr then /// getRegBankForType(SVT) == &RegBank /// \post if Force == true then getRegBankForType(SVT) == &RegBank void recordRegBankForType(const RegisterBank &RegBank,