[llvm] r265742 - [RegisterBankInfo] Escap \@ in r265741. [-Wdocumentation]

Quentin Colombet via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 7 16:08:52 PDT 2016


Author: qcolombet
Date: Thu Apr  7 18:08:52 2016
New Revision: 265742

URL: http://llvm.org/viewvc/llvm-project?rev=265742&view=rev
Log:
[RegisterBankInfo] Escap \@ in r265741. [-Wdocumentation]

Modified:
    llvm/trunk/include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h

Modified: llvm/trunk/include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h?rev=265742&r1=265741&r2=265742&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h (original)
+++ llvm/trunk/include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h Thu Apr  7 18:08:52 2016
@@ -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,




More information about the llvm-commits mailing list