This is an archive of the discontinued LLVM Phabricator instance.

[flang][NFC] Fix FIRTypes.td
ClosedPublic

Authored by peixin on Oct 11 2022, 6:45 AM.

Details

Summary

Fix two typos and remove the incorrectly added extraClassDeclaration in
FIRTypes.td.

Diff Detail

Event Timeline

peixin created this revision.Oct 11 2022, 6:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 11 2022, 6:45 AM
Herald added a subscriber: jdoerfert. · View Herald Transcript
peixin requested review of this revision.Oct 11 2022, 6:45 AM
clementval added inline comments.Oct 11 2022, 7:00 AM
flang/include/flang/Optimizer/Dialect/FIRTypes.td
430–437

This looks more than just typo fix.

peixin retitled this revision from [flang][NFC] Fix typos in FIRTypes.td to [flang][NFC] Fix FIRTypes.td.Oct 11 2022, 7:43 AM
peixin edited the summary of this revision. (Show Details)
peixin removed a reviewer: nicolasvasilache.
peixin added inline comments.Oct 11 2022, 7:44 AM
flang/include/flang/Optimizer/Dialect/FIRTypes.td
430–437

Thanks for the correction. Change the title and description.

clementval accepted this revision.Oct 11 2022, 11:34 AM
This revision is now accepted and ready to land.Oct 11 2022, 11:34 AM
This revision was automatically updated to reflect the committed changes.