[PATCH] D16793: [LLVM] Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes

Eugene Zelenko via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 1 18:36:00 PST 2016


Eugene.Zelenko created this revision.
Eugene.Zelenko added reviewers: hans, aaron.ballman.
Eugene.Zelenko added a subscriber: llvm-commits.
Eugene.Zelenko set the repository for this revision to rL LLVM.

I checked this patch on my own build on RHEL 6. Regressions were OK.

Repository:
  rL LLVM

http://reviews.llvm.org/D16793

Files:
  include/llvm/Support/ScaledNumber.h
  include/llvm/Target/TargetInstrInfo.h
  lib/Analysis/BlockFrequencyInfoImpl.cpp
  lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
  lib/CodeGen/TargetInstrInfo.cpp
  lib/CodeGen/TwoAddressInstructionPass.cpp
  lib/IR/GCOV.cpp
  lib/IR/Value.cpp
  lib/MC/ELFObjectWriter.cpp
  lib/MC/MCMachOStreamer.cpp
  lib/Target/X86/Disassembler/X86DisassemblerDecoder.cpp
  lib/Target/X86/X86CallFrameOptimization.cpp
  lib/Transforms/InstCombine/InstCombineAddSub.cpp
  lib/Transforms/Utils/BuildLibCalls.cpp
  tools/bugpoint/Miscompilation.cpp
  utils/TableGen/AsmMatcherEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16793.46606.patch
Type: text/x-patch
Size: 20442 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160202/cc883fa2/attachment.bin>


More information about the llvm-commits mailing list