diff options
author | Eisuke Kawashima <e.kawaschima+github@gmail.com> | 2024-09-19 21:38:15 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-19 14:38:15 +0200 |
commit | a6ab19b1d400707c6e6cb6074ae52e22ac7885dd (patch) | |
tree | d4ebaadb090a67647e98cc6d54c09cc3ccca2a6c /llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp | |
parent | dd599e92a6e5a1abc55ac694799102410c0d18c0 (diff) | |
download | llvm-a6ab19b1d400707c6e6cb6074ae52e22ac7885dd.zip llvm-a6ab19b1d400707c6e6cb6074ae52e22ac7885dd.tar.gz llvm-a6ab19b1d400707c6e6cb6074ae52e22ac7885dd.tar.bz2 |
fix(llvm/**.py): fix comparison to True/False (#94040)
from PEP8
(https://peps.python.org/pep-0008/#programming-recommendations):
> Comparisons to singletons like None should always be done with is or
is not, never the equality operators.
Co-authored-by: Eisuke Kawashima <e-kwsm@users.noreply.github.com>
Diffstat (limited to 'llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions