diff options
author | Balaji V. Iyer <43187390+bviyer@users.noreply.github.com> | 2023-12-26 19:29:04 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-26 19:29:04 -0600 |
commit | 36fd7291cdd85b2820000950d3782758353d259e (patch) | |
tree | c9fec94b4c536545a5779a1e1d315eb4b0685e4b /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | ce0c149f65d9fe708b91610fb94d3db443247262 (diff) | |
download | llvm-36fd7291cdd85b2820000950d3782758353d259e.zip llvm-36fd7291cdd85b2820000950d3782758353d259e.tar.gz llvm-36fd7291cdd85b2820000950d3782758353d259e.tar.bz2 |
[mlir][Quasipolynomial] Fixed -Wunused-variable in GeneratorFunction.h (#76419)
```
llvm-project/mlir/lib/Analysis/Presburger/GeneratingFunction.h:56:28:
error: unused variable 'term' [-Werror,-Wunused-variable]
56 | for (const ParamPoint &term : numerators)
| ^~~~
1 error generated.
```
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions