diff options
author | Eisuke Kawashima <e.kawaschima+github@gmail.com> | 2024-06-07 19:03:07 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-07 12:03:07 +0200 |
commit | fd45dcca26d6031fcbaa907d8d6c0d9755b36699 (patch) | |
tree | 1a2263daddbdd26f29945d6dcef9ae5f8823238d /clang/unittests/Interpreter/InterpreterTest.cpp | |
parent | af3ffff34fb39cfb1e19dce68bd1c3fefda336a4 (diff) | |
download | llvm-fd45dcca26d6031fcbaa907d8d6c0d9755b36699.zip llvm-fd45dcca26d6031fcbaa907d8d6c0d9755b36699.tar.gz llvm-fd45dcca26d6031fcbaa907d8d6c0d9755b36699.tar.bz2 |
fix(mlir/**.py): fix comparison to None (#94019)
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 'clang/unittests/Interpreter/InterpreterTest.cpp')
0 files changed, 0 insertions, 0 deletions