aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineBasicBlock.cpp
diff options
context:
space:
mode:
authorDavid Spickett <david.spickett@linaro.org>2025-06-12 12:51:11 +0000
committerDavid Spickett <david.spickett@linaro.org>2025-06-12 12:52:54 +0000
commit36ac72f4e3e4752f85c16363d630f4cfbd682e48 (patch)
treebf906f7ad0d10e631a53ec7fbc4463682d059eb5 /llvm/lib/CodeGen/MachineBasicBlock.cpp
parent41c8df147b83026db8612ad2ca07fc0f007e3448 (diff)
downloadllvm-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