mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 17:45:07 +08:00
[NFC] Correct typo in CodeGenMapTable.cpp, patch by Jordi
CodeGenMapTable.cpp refers to TableGen as TabelGen in the comments. This appears to be a typo. This patch fixes the typo. Differential Revision: https://reviews.llvm.org/D76343
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user