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 b7b4161 commit 23fd850Copy full SHA for 23fd850
llvm/utils/TableGen/SubtargetEmitter.cpp
@@ -150,7 +150,7 @@ class SubtargetEmitter : TargetFeaturesEmitter {
150
/// Emit some information about the SubtargetFeature as calls to a macro so
151
/// that they can be used from C++.
152
void SubtargetEmitter::emitSubtargetInfoMacroCalls(raw_ostream &OS) {
153
- // Undef the GET_SUBTARGETINFO_MACRO macro and the end of the scope since its
+ // Undef the GET_SUBTARGETINFO_MACRO macro at the end of the scope since its
154
// used within the scope.
155
IfDefEmitter IfDefMacro(OS, "GET_SUBTARGETINFO_MACRO", /*LateUndef=*/true);
156
0 commit comments