diff options
author | Owen Pan <owenpiano@gmail.com> | 2023-02-19 16:05:55 -0800 |
---|---|---|
committer | Owen Pan <owenpiano@gmail.com> | 2023-02-21 02:56:27 -0800 |
commit | 0ef289e5b24b531d920894f909fe31b0444409f1 (patch) | |
tree | e8100e4ae4d1bad547c8d3b68f1a683904420f59 /llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp | |
parent | 801bd3265362389a7125051128fdd3e6e85cc37b (diff) | |
download | llvm-0ef289e5b24b531d920894f909fe31b0444409f1.zip llvm-0ef289e5b24b531d920894f909fe31b0444409f1.tar.gz llvm-0ef289e5b24b531d920894f909fe31b0444409f1.tar.bz2 |
[clang-format][NFC] Clean up nullptr comparison style
For example, use 'Next' instead of 'Next != nullptr',
and '!Next' instead of 'Next == nullptr'.
Differential Revision: https://reviews.llvm.org/D144355
Diffstat (limited to 'llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions