We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c4506 commit 285150aCopy full SHA for 285150a
llvm/utils/TableGen/Common/CodeGenTarget.cpp
@@ -70,8 +70,6 @@ std::string llvm::getQualifiedName(const Record *R) {
70
return Namespace + "::" + R->getName().str();
71
}
72
73
-/// getTarget - Return the current instance of the Target class.
74
-///
75
CodeGenTarget::CodeGenTarget(const RecordKeeper &records)
76
: Records(records), CGH(records), Intrinsics(records) {
77
ArrayRef<const Record *> Targets = Records.getAllDerivedDefinitions("Target");
0 commit comments