aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CIR/CodeGen/CIRGenModule.cpp
diff options
context:
space:
mode:
authorDeanSturtevant1 <dsturtevant@google.com>2025-05-30 16:34:55 -0400
committerGitHub <noreply@github.com>2025-05-30 16:34:55 -0400
commit397fdb172a515f5cd75aa6bf9ef530ac6eb4dd25 (patch)
treec48d01023411c9a5d4c106c081e612f53aa5ddf3 /clang/lib/CIR/CodeGen/CIRGenModule.cpp
parentff94ba613e2fab918d5d96c57833ee3f6e3f3015 (diff)
downloadllvm-397fdb172a515f5cd75aa6bf9ef530ac6eb4dd25.zip
llvm-397fdb172a515f5cd75aa6bf9ef530ac6eb4dd25.tar.gz
llvm-397fdb172a515f5cd75aa6bf9ef530ac6eb4dd25.tar.bz2
Enclose code in nondebug in #ifndef NDEBUG/#endif (#142189)
A previous change to InterpBuiltin.cpp fixed an unused variable warning by using [[maybe unused]] and (void). The code actually serves no useful purpose in non-debug builds, so let's not include it there.
Diffstat (limited to 'clang/lib/CIR/CodeGen/CIRGenModule.cpp')
0 files changed, 0 insertions, 0 deletions