diff options
author | Greg Roth <grroth@microsoft.com> | 2024-11-13 17:44:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-13 17:44:18 -0700 |
commit | c03b6e89434c11c936dc2fa8b01f1deb95b1923a (patch) | |
tree | 8fadb56f2e9bcec496245d76bbdf5802d6178424 /llvm/unittests/CGData/StableFunctionMapTest.cpp | |
parent | b4d23cf6853a1e3971f27eae3b58609f77829252 (diff) | |
download | llvm-c03b6e89434c11c936dc2fa8b01f1deb95b1923a.zip llvm-c03b6e89434c11c936dc2fa8b01f1deb95b1923a.tar.gz llvm-c03b6e89434c11c936dc2fa8b01f1deb95b1923a.tar.bz2 |
[SPIRV] Mark maybe unused extractSubvector variable (#116117)
Change #115178 introduced a variable that is only used in an assert,
which could result in an unused variable warning in builds without
asserts enabled. This just addes the maybe_unused attribute to silence
the warning.
Diffstat (limited to 'llvm/unittests/CGData/StableFunctionMapTest.cpp')
0 files changed, 0 insertions, 0 deletions