diff options
author | Alina Sbirlea <asbirlea@google.com> | 2017-05-31 01:00:51 +0000 |
---|---|---|
committer | Alina Sbirlea <asbirlea@google.com> | 2017-05-31 01:00:51 +0000 |
commit | 032b5bdf2b7913506c5785f841f5fc7e08716a80 (patch) | |
tree | 782ed9659de785c3797c4807e167a04f40c1d105 | |
parent | 96b4962c8d66d93248b1dc8a63e3ffb6538e3626 (diff) | |
download | bcm5719-llvm-032b5bdf2b7913506c5785f841f5fc7e08716a80.tar.gz bcm5719-llvm-032b5bdf2b7913506c5785f841f5fc7e08716a80.zip |
Fix misspelling
llvm-svn: 304262
-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 f32233b3a9e..e3549d8988c 100644 --- a/llvm/include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h +++ b/llvm/include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h @@ -396,7 +396,7 @@ protected: mutable DenseMap<unsigned, std::unique_ptr<const InstructionMapping>> MapOfInstructionMappings; - /// Create a RegisterBankInfo that can accomodate up to \p NumRegBanks + /// Create a RegisterBankInfo that can accommodate up to \p NumRegBanks /// RegisterBank instances. RegisterBankInfo(RegisterBank **RegBanks, unsigned NumRegBanks); |