diff options
author | Jinsong Ji <jji@us.ibm.com> | 2019-12-31 16:24:35 +0000 |
---|---|---|
committer | Jinsong Ji <jji@us.ibm.com> | 2019-12-31 16:24:40 +0000 |
commit | fcbf05bbdccc8a32f6a80316ea1c13be7e7eeae2 (patch) | |
tree | ac18051cb04fef5d6031e913b75f4887b28b05ac /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | ff429c5eaf79529aacdc15582c90c0915080e082 (diff) | |
download | llvm-fcbf05bbdccc8a32f6a80316ea1c13be7e7eeae2.zip llvm-fcbf05bbdccc8a32f6a80316ea1c13be7e7eeae2.tar.gz llvm-fcbf05bbdccc8a32f6a80316ea1c13be7e7eeae2.tar.bz2 |
[PowerPC][NFC] Fix clang-tidy warning
Reported by
https://results.llvm-merge-guard.org/amd64_debian_testing_clang8-726/clang-tidy.txt
/mnt/disks/ssd0/agent/workspace/amd64_debian_testing_clang8/llvm/lib/Target/PowerPC/PPCISelLowering.cpp:11672:10:
warning: invalid case style for variable 'isEQ'
[readability-identifier-naming]
bool isEQ = (MI.getOpcode() == PPC::ANDI_rec_1_EQ_BIT ||
^~~~
IsEq
/mnt/disks/ssd0/agent/workspace/amd64_debian_testing_clang8/llvm/lib/Target/PowerPC/PPCISelLowering.cpp:11679:14:
warning: invalid case style for variable 'dl'
[readability-identifier-naming]
DebugLoc dl = MI.getDebugLoc();
^~
Dl
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions