Skip to content

Commit d70b201

Browse files
fixup! SchedWrite -> SchedRead typo
1 parent 56d79aa commit d70b201

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
@@ -964,7 +964,7 @@ Record *SubtargetEmitter::FindReadAdvance(const CodeGenSchedRW &SchedRead,
964964
continue;
965965
// If there is no AliasDef and we find a match, we can early exit since
966966
// there is no need to verify whether there are resources defined for both
967-
// SchedWrite and its alias.
967+
// SchedRead and its alias.
968968
if (!AliasDef && SchedRead.TheDef == RA->getValueAsDef("ReadType")) {
969969
ResDef = RA;
970970
break;

0 commit comments

Comments
 (0)