[all-commits] [llvm/llvm-project] 020041: Update spelling of {analyze, insert, remove}Branch i...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Tue Jan 21 08:15:55 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 020041d99b508ed5f207c0896a19b3e85c942ee7
https://github.com/llvm/llvm-project/commit/020041d99b508ed5f207c0896a19b3e85c942ee7
Author: Krzysztof Parzyszek <kparzysz at quicinc.com>
Date: 2020-01-21 (Tue, 21 Jan 2020)
Changed paths:
M libcxxabi/test/test_demangle.pass.cpp
M llvm/docs/WritingAnLLVMBackend.rst
M llvm/include/llvm/CodeGen/MachineInstr.h
M llvm/include/llvm/CodeGen/TargetInstrInfo.h
M llvm/include/llvm/MC/MCInstrDesc.h
M llvm/lib/CodeGen/BranchFolding.cpp
M llvm/lib/CodeGen/EarlyIfConversion.cpp
M llvm/lib/CodeGen/MachineBasicBlock.cpp
M llvm/lib/CodeGen/MachineBlockPlacement.cpp
M llvm/lib/CodeGen/MachineVerifier.cpp
M llvm/lib/Target/AArch64/AArch64ConditionOptimizer.cpp
M llvm/lib/Target/AArch64/AArch64ConditionalCompares.cpp
M llvm/lib/Target/AMDGPU/R600InstrInfo.cpp
M llvm/lib/Target/ARC/ARCInstrInfo.cpp
M llvm/lib/Target/Hexagon/HexagonHardwareLoops.cpp
M llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp
M llvm/lib/Target/Hexagon/HexagonInstrInfo.h
M llvm/lib/Target/Lanai/LanaiAsmPrinter.cpp
M llvm/lib/Target/NVPTX/NVPTXInstrInfo.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyCFGSort.cpp
M llvm/lib/Target/X86/MCTargetDesc/X86BaseInfo.h
M llvm/lib/Target/XCore/XCoreInstrInfo.cpp
M llvm/test/CodeGen/SystemZ/branch-08.ll
M llvm/test/CodeGen/SystemZ/int-cmp-02.ll
Log Message:
-----------
Update spelling of {analyze,insert,remove}Branch in strings and comments
These names have been changed from CamelCase to camelCase, but there were
many places (comments mostly) that still used the old names.
This change is NFC.
More information about the All-commits
mailing list