[PATCH] D76343: Correct typo in CodeGenMapTable.cpp
Jordi Gonzalez via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 17 21:04:14 PDT 2020
gonzalezjo created this revision.
gonzalezjo added a project: LLVM.
Herald added a subscriber: llvm-commits.
gonzalezjo edited the summary of this revision.
CodeGenMapTable.cpp refers to TableGen as TabelGen in the comments. This appears to be a typo. This patch fixes the typo.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D76343
Files:
llvm/utils/TableGen/CodeGenMapTable.cpp
Index: llvm/utils/TableGen/CodeGenMapTable.cpp
===================================================================
--- llvm/utils/TableGen/CodeGenMapTable.cpp
+++ llvm/utils/TableGen/CodeGenMapTable.cpp
@@ -5,7 +5,7 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
-// CodeGenMapTable provides functionality for the TabelGen to create
+// CodeGenMapTable provides functionality for the TableGen to create
// relation mapping between instructions. Relation models are defined using
// InstrMapping as a base class. This file implements the functionality which
// parses these definitions and generates relation maps using the information
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76343.250980.patch
Type: text/x-patch
Size: 740 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200318/d9a9a166/attachment.bin>
More information about the llvm-commits
mailing list