Skip to content

Commit 47c04c7

Browse files
authored
[TableGen] Remove wrong comment for CodeGenTarget ctor (#141024)
1 parent 74a102f commit 47c04c7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/utils/TableGen/Common/CodeGenTarget.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ std::string llvm::getQualifiedName(const Record *R) {
6969
return Namespace + "::" + R->getName().str();
7070
}
7171

72-
/// getTarget - Return the current instance of the Target class.
73-
///
7472
CodeGenTarget::CodeGenTarget(const RecordKeeper &records)
7573
: Records(records), CGH(records), Intrinsics(records) {
7674
ArrayRef<const Record *> Targets = Records.getAllDerivedDefinitions("Target");

0 commit comments

Comments
 (0)