Skip to content

Commit c36d683

Browse files
committed
Review feedback
1 parent 6f29332 commit c36d683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/TableGen/SubtargetEmitter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ class SubtargetEmitter : TargetFeaturesEmitter {
150150
/// Emit some information about the SubtargetFeature as calls to a macro so
151151
/// that they can be used from C++.
152152
void SubtargetEmitter::emitSubtargetInfoMacroCalls(raw_ostream &OS) {
153-
// Undef the GET_SUBTARGETINFO_MACRO macro at the end of the scope since its
153+
// Undef the GET_SUBTARGETINFO_MACRO macro at the end of the scope since it's
154154
// used within the scope.
155155
IfDefEmitter IfDefMacro(OS, "GET_SUBTARGETINFO_MACRO", /*LateUndef=*/true);
156156

0 commit comments

Comments
 (0)