This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Tidy up `let` statements in .td files (NFC)
ClosedPublic

Authored by aheejin on Feb 4 2019, 6:24 PM.

Details

Summary
  • Delete {} for one-line let statements
  • Don't indent within let blocks
  • Add comments after let block's closing braces

Diff Detail

Event Timeline

aheejin created this revision.Feb 4 2019, 6:24 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 4 2019, 6:24 PM
tlively accepted this revision.Feb 5 2019, 12:05 PM

Thanks!

This revision is now accepted and ready to land.Feb 5 2019, 12:05 PM
This revision was automatically updated to reflect the committed changes.