[PATCH] D46352: [TableGen] Don't quote variable name when printing !foreach.

Simon Tatham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 2 02:02:38 PDT 2018


simon_tatham added a comment.

I happened to notice this minor discrepancy in the course of writing the original version of https://reviews.llvm.org/D46054 (which dumped all the interesting unresolved expression nodes as well as the concrete final values). It's not important, I admit, but it briefly confused me about what the //right// syntax for `!foreach` was, so I thought it would be worth fixing for that reason alone.


Repository:
  rL LLVM

https://reviews.llvm.org/D46352





More information about the llvm-commits mailing list