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 74a102f commit 47c04c7Copy full SHA for 47c04c7
llvm/utils/TableGen/Common/CodeGenTarget.cpp
@@ -69,8 +69,6 @@ std::string llvm::getQualifiedName(const Record *R) {
69
return Namespace + "::" + R->getName().str();
70
}
71
72
-/// getTarget - Return the current instance of the Target class.
73
-///
74
CodeGenTarget::CodeGenTarget(const RecordKeeper &records)
75
: Records(records), CGH(records), Intrinsics(records) {
76
ArrayRef<const Record *> Targets = Records.getAllDerivedDefinitions("Target");
0 commit comments