This is an archive of the discontinued LLVM Phabricator instance.

[flang][NFC] Fix typos in FIROps.td
ClosedPublic

Authored by peixin on Oct 10 2022, 4:14 AM.

Diff Detail

Event Timeline

peixin created this revision.Oct 10 2022, 4:14 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 10 2022, 4:14 AM
Herald added a subscriber: jdoerfert. · View Herald Transcript
peixin requested review of this revision.Oct 10 2022, 4:14 AM

LG.

flang/include/flang/Optimizer/Dialect/FIROps.td
1240

There is a similar entry in flang/docs/FIRArrayOperations.md which might also benefit from this correction.

This revision is now accepted and ready to land.Oct 10 2022, 5:29 AM
peixin updated this revision to Diff 466675.Oct 10 2022, 6:22 PM

Fix flang/docs/FIRArrayOperations.md as suggested.

This revision was automatically updated to reflect the committed changes.