]> granicus.if.org Git - llvm/commit
[CodeGen] Fix inconsistent declaration parameter name
authorFangrui Song <maskray@google.com>
Mon, 16 Jul 2018 18:51:40 +0000 (18:51 +0000)
committerFangrui Song <maskray@google.com>
Mon, 16 Jul 2018 18:51:40 +0000 (18:51 +0000)
commit7d88286b7cff3fd557a90cc031eb8bf4233ef7db
tree6df0753afb9a9c144edf2404ac1c9bff0451da9b
parentac8c393bd50a8d2b3f62a149bf97c37659e3c4e9
[CodeGen] Fix inconsistent declaration parameter name

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@337200 91177308-0d34-0410-b5e6-96231b3b80d8
74 files changed:
include/llvm/CodeGen/AsmPrinter.h
include/llvm/CodeGen/AtomicExpandUtils.h
include/llvm/CodeGen/BasicTTIImpl.h
include/llvm/CodeGen/CallingConvLower.h
include/llvm/CodeGen/DIE.h
include/llvm/CodeGen/FastISel.h
include/llvm/CodeGen/GlobalISel/CallLowering.h
include/llvm/CodeGen/GlobalISel/IRTranslator.h
include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
include/llvm/CodeGen/GlobalISel/RegisterBank.h
include/llvm/CodeGen/LatencyPriorityQueue.h
include/llvm/CodeGen/LiveInterval.h
include/llvm/CodeGen/LiveIntervalUnion.h
include/llvm/CodeGen/LiveIntervals.h
include/llvm/CodeGen/MIRPrinter.h
include/llvm/CodeGen/MachineBasicBlock.h
include/llvm/CodeGen/MachineFunction.h
include/llvm/CodeGen/MachineInstr.h
include/llvm/CodeGen/MachineMemOperand.h
include/llvm/CodeGen/MachineSSAUpdater.h
include/llvm/CodeGen/ParallelCG.h
include/llvm/CodeGen/RegisterScavenging.h
include/llvm/CodeGen/ResourcePriorityQueue.h
include/llvm/CodeGen/ScheduleDAG.h
include/llvm/CodeGen/ScoreboardHazardRecognizer.h
include/llvm/CodeGen/SelectionDAG.h
include/llvm/CodeGen/SelectionDAGISel.h
include/llvm/CodeGen/SelectionDAGNodes.h
include/llvm/CodeGen/TargetInstrInfo.h
include/llvm/CodeGen/TargetLowering.h
include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
include/llvm/CodeGen/TargetRegisterInfo.h
include/llvm/CodeGen/TargetSchedule.h
include/llvm/CodeGen/VirtRegMap.h
include/llvm/CodeGen/WasmEHFuncInfo.h
include/llvm/Target/TargetMachine.h
lib/CodeGen/AsmPrinter/AccelTable.cpp
lib/CodeGen/AsmPrinter/CodeViewDebug.h
lib/CodeGen/AsmPrinter/DIEHash.h
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
lib/CodeGen/AsmPrinter/DwarfDebug.h
lib/CodeGen/AsmPrinter/DwarfUnit.h
lib/CodeGen/AsmPrinter/EHStreamer.h
lib/CodeGen/AtomicExpandPass.cpp
lib/CodeGen/BranchFolding.h
lib/CodeGen/BranchRelaxation.cpp
lib/CodeGen/CodeGenPrepare.cpp
lib/CodeGen/ExpandMemCmp.cpp
lib/CodeGen/GCRootLowering.cpp
lib/CodeGen/IfConversion.cpp
lib/CodeGen/ImplicitNullChecks.cpp
lib/CodeGen/LiveDebugVariables.cpp
lib/CodeGen/LiveRangeCalc.h
lib/CodeGen/MIRParser/MIParser.cpp
lib/CodeGen/MIRParser/MIParser.h
lib/CodeGen/MachineBlockPlacement.cpp
lib/CodeGen/MachineLICM.cpp
lib/CodeGen/MachinePipeliner.cpp
lib/CodeGen/MachineVerifier.cpp
lib/CodeGen/OptimizePHIs.cpp
lib/CodeGen/PHIElimination.cpp
lib/CodeGen/ProcessImplicitDefs.cpp
lib/CodeGen/RegAllocFast.cpp
lib/CodeGen/RegAllocGreedy.cpp
lib/CodeGen/RegisterCoalescer.cpp
lib/CodeGen/ScheduleDAGPrinter.cpp
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/LegalizeTypes.h
lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
lib/CodeGen/SplitKit.h
lib/CodeGen/StackColoring.cpp