[llvm] fd766ba - [GISelEmitter][NFC] Correct path of GISel's td file in the comment.
Kai Luo via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 19 18:08:13 PST 2023
Author: Kai Luo
Date: 2023-02-20T10:08:01+08:00
New Revision: fd766ba2b1f1a585922109044a747511c63d23b7
URL: https://github.com/llvm/llvm-project/commit/fd766ba2b1f1a585922109044a747511c63d23b7
DIFF: https://github.com/llvm/llvm-project/commit/fd766ba2b1f1a585922109044a747511c63d23b7.diff
LOG: [GISelEmitter][NFC] Correct path of GISel's td file in the comment.
`include/llvm/CodeGen/TargetGlobalISel.td` no longer exists.
Added:
Modified:
llvm/utils/TableGen/GlobalISelEmitter.cpp
Removed:
################################################################################
diff --git a/llvm/utils/TableGen/GlobalISelEmitter.cpp b/llvm/utils/TableGen/GlobalISelEmitter.cpp
index fde6fd6af2bf5..70f38ae504de0 100644
--- a/llvm/utils/TableGen/GlobalISelEmitter.cpp
+++ b/llvm/utils/TableGen/GlobalISelEmitter.cpp
@@ -8,7 +8,7 @@
//
/// \file
/// This tablegen backend emits code for use by the GlobalISel instruction
-/// selector. See include/llvm/CodeGen/TargetGlobalISel.td.
+/// selector. See include/llvm/Target/GlobalISel/Target.td.
///
/// This file analyzes the patterns recognized by the SelectionDAGISel tablegen
/// backend, filters out the ones that are unsupported, maps
More information about the llvm-commits
mailing list