[DRR] Address GCC warning by wrapping for statement body with {}
authorLei Zhang <antiagainst@google.com>
Sun, 20 Oct 2019 19:23:38 +0000 (12:23 -0700)
committerA. Unique TensorFlower <gardener@tensorflow.org>
Sun, 20 Oct 2019 19:24:07 +0000 (12:24 -0700)
commitaad15d812e534b97a3ac5489e933f07b27df53b9
tree96d807ee9e8614f8e4686596b27664451620794f
parentf28c5aca1766889cc19b09ee32796df3e7b52cfe
[DRR] Address GCC warning by wrapping for statement body with {}

Otherwise, we'll see the following warning when compiling with GCC 8:

warning: this ?for? clause does not guard... [-Wmisleading-indentation]
PiperOrigin-RevId: 275735925
mlir/tools/mlir-tblgen/RewriterGen.cpp