Skip to content

Commit 285150a

Browse files
committed
[TableGen] Remove wrong comment for CodeGenTarget ctor
1 parent 50c4506 commit 285150a

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
@@ -70,8 +70,6 @@ std::string llvm::getQualifiedName(const Record *R) {
7070
return Namespace + "::" + R->getName().str();
7171
}
7272

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

0 commit comments

Comments
 (0)