diff options
author | David Blaikie <dblaikie@gmail.com> | 2024-05-04 11:43:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-04 11:43:08 -0700 |
commit | 004485690e8e36610b6f9eb4ccfc7de411aa1b1b (patch) | |
tree | b58885c91b0695d2d814f88434165e2d3905fbf6 /llvm/lib/Transforms/Utils/LoopUnroll.cpp | |
parent | 18d1df4633c3964e12ec46f3fa92e60ab21842fd (diff) | |
download | llvm-004485690e8e36610b6f9eb4ccfc7de411aa1b1b.zip llvm-004485690e8e36610b6f9eb4ccfc7de411aa1b1b.tar.gz llvm-004485690e8e36610b6f9eb4ccfc7de411aa1b1b.tar.bz2 |
Revert "llvm/lib/CodeGen/TargetSchedule.cpp:132:12: warning: Assert statement modifies 'NIter'" (#91079)
Reverts llvm/llvm-project#90982
NIter was only declared in !NDEBUG, and only used for assertions - so it
was correct that it was incremented inside the assertion. (& in fact now
the non-asserts build fails, because the variable is incremented even
though it isn't declared)
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUnroll.cpp')
0 files changed, 0 insertions, 0 deletions