aboutsummaryrefslogtreecommitdiff
path: root/flang/lib/FrontendTool
diff options
context:
space:
mode:
authorJoachim Protze <protze@itc.rwth-aachen.de>2021-06-15 09:17:26 +0200
committerJoachim Protze <protze@itc.rwth-aachen.de>2021-06-16 09:33:46 +0200
commitcff215565e9351511d805f72e62803718be6aaa4 (patch)
tree4ecfcaf3ed82c821dc8416d6180a64cb84d648af /flang/lib/FrontendTool
parent308f6a5245a249e08efbdaa73b6cc6e693e0185f (diff)
downloadllvm-cff215565e9351511d805f72e62803718be6aaa4.zip
llvm-cff215565e9351511d805f72e62803718be6aaa4.tar.gz
llvm-cff215565e9351511d805f72e62803718be6aaa4.tar.bz2
[OpenMP] Remove unused variables from libomp code
Several variables were left unused as a result of different patches removing their use. Two variables have some use: `poll_count` is used by the KMP_BLOCKING macro only under certain conditions. Adding (void) to tell the compiler to ignore the unused variable. `padding` is a dummy stack allocation with no intent to be used. Also adding (void) to make the compiler ignore the unused variable. Differential Revision: https://reviews.llvm.org/D104303
Diffstat (limited to 'flang/lib/FrontendTool')
0 files changed, 0 insertions, 0 deletions