[PATCH] D76343: Correct typo in CodeGenMapTable.cpp
Shivam Gupta via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 31 00:35:06 PDT 2021
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rG0d02aa6e43a2: [NFC] Correct typo in CodeGenMapTable.cpp, patch by Jordi (authored by xgupta).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76343/new/
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.369643.patch
Type: text/x-patch
Size: 740 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210831/efbdcd6d/attachment.bin>
More information about the llvm-commits
mailing list