Add an __attribute__((unused)) to populateWithGenerated since it might
authorEric Christopher <echristo@gmail.com>
Fri, 27 Dec 2019 02:48:59 +0000 (18:48 -0800)
committerEric Christopher <echristo@gmail.com>
Fri, 27 Dec 2019 02:48:59 +0000 (18:48 -0800)
commit371038e3ff724238a99fe6d8a16dca2d79e5c036
treeff11c5f3b06ed9d204e416420e3a581f0f587dc0
parent8f9304f559adf90a21e667f2af0f191cb4a057ac
Add an __attribute__((unused)) to populateWithGenerated since it might
not be used where defined and is autogenerated.
mlir/tools/mlir-tblgen/RewriterGen.cpp