[PATCH] D57730: [WebAssembly] Tidy up `let` statements in .td files (NFC)

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 4 18:24:40 PST 2019


aheejin created this revision.
aheejin added reviewers: aardappel, tlively.
Herald added subscribers: llvm-commits, jfb, sunfish, jgravelle-google, sbc100, dschuff.
Herald added a project: LLVM.

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


Repository:
  rL LLVM

https://reviews.llvm.org/D57730

Files:
  lib/Target/WebAssembly/WebAssemblyInstrAtomics.td
  lib/Target/WebAssembly/WebAssemblyInstrCall.td
  lib/Target/WebAssembly/WebAssemblyInstrControl.td
  lib/Target/WebAssembly/WebAssemblyInstrInfo.td
  lib/Target/WebAssembly/WebAssemblyInstrSIMD.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57730.185211.patch
Type: text/x-patch
Size: 12981 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190205/4811485f/attachment.bin>


More information about the llvm-commits mailing list