diff options
-rw-r--r-- | llvm/include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h b/llvm/include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h index c686d41bb05..22ae60a97ac 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, |