diff options
| author | Michael Kruse <llvm-project@meinersbur.de> | 2021-11-05 00:13:49 -0500 |
|---|---|---|
| committer | Michael Kruse <llvm-project@meinersbur.de> | 2021-11-05 00:43:40 -0500 |
| commit | 8f099d17a1bee857ada3c5af032cfcb559252024 (patch) | |
| tree | de1d2c158782a4dcdd69a96b772c30a5ba388997 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
| parent | 96950270669acd3c342a266562ff3a41464cc0a0 (diff) | |
[Preprocessor] Fix warning: left and right subexpressions are identical. NFCI.
This is reported by msvc as
warning C6287: redundant code: the left and right subexpressions are identical
EmittedDirectiveOnThisLine implies EmittedTokensOnThisLine
making this an NFC change. To be on the safe side and because both of
them are checked at other places as well, we continue to check both.
Compiler warning reported here:
https://reviews.llvm.org/D104601#2957333
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions
