This is an archive of the discontinued LLVM Phabricator instance.

[mlir][NFC] Remove redundant let assignment.
ClosedPublic

Authored by jacquesguan on Mar 22 2022, 5:10 AM.

Details

Summary

We already have bit hasFolder = 0 in the defination of the class Op, so no need to have another let assignment here.

Diff Detail

Event Timeline

jacquesguan created this revision.Mar 22 2022, 5:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 22 2022, 5:10 AM
jacquesguan requested review of this revision.Mar 22 2022, 5:10 AM
ftynse accepted this revision.Mar 22 2022, 5:30 AM
This revision is now accepted and ready to land.Mar 22 2022, 5:30 AM
This revision was automatically updated to reflect the committed changes.