diff options
author | David Spickett <david.spickett@linaro.org> | 2025-06-12 12:51:11 +0000 |
---|---|---|
committer | David Spickett <david.spickett@linaro.org> | 2025-06-12 12:52:54 +0000 |
commit | 36ac72f4e3e4752f85c16363d630f4cfbd682e48 (patch) | |
tree | bf906f7ad0d10e631a53ec7fbc4463682d059eb5 /llvm/lib/CodeGen/MachineBasicBlock.cpp | |
parent | 41c8df147b83026db8612ad2ca07fc0f007e3448 (diff) | |
download | llvm-36ac72f4e3e4752f85c16363d630f4cfbd682e48.zip llvm-36ac72f4e3e4752f85c16363d630f4cfbd682e48.tar.gz llvm-36ac72f4e3e4752f85c16363d630f4cfbd682e48.tar.bz2 |
[llvm][MemProf] Fix unused variable warning in release build
g++-13 warned that:
llvm/lib/Transforms/IPO/MemProfContextDisambiguation.cpp:1645:8: warning: variable ‘PrevIterCreatedNode’ set but not used [-Wunused-but-set-variable]
1645 | bool PrevIterCreatedNode = false;
| ^~~~~~~~~~~~~~~~~~~
When asserts were not enabled.
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions