Skip to content

Commit 83b8aa6

Browse files
committed
Replaced any mention of LLVMTargetMachine in comments to CodeGenTargetMachineImpl.
1 parent 80fc63a commit 83b8aa6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/include/llvm/MC/MCAsmInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ class MCAsmInfo {
484484
/// The integrated assembler should be enabled by default (by the
485485
/// constructors) when failing to parse a valid piece of assembly (inline
486486
/// or otherwise) is considered a bug. It may then be overridden after
487-
/// construction (see LLVMTargetMachine::initAsmInfo()).
487+
/// construction (see CodeGenTargetMachineImpl::initAsmInfo()).
488488
bool UseIntegratedAssembler;
489489

490490
/// Use AsmParser to parse inlineAsm when UseIntegratedAssembler is not set.

llvm/lib/Target/SystemZ/SystemZTargetMachine.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class SystemZTargetMachine : public CodeGenTargetMachineImpl {
4444
// attributes of each function.
4545
const SystemZSubtarget *getSubtargetImpl() const = delete;
4646

47-
// Override LLVMTargetMachine
47+
// Override CodeGenTargetMachineImpl
4848
TargetPassConfig *createPassConfig(PassManagerBase &PM) override;
4949
TargetTransformInfo getTargetTransformInfo(const Function &F) const override;
5050

0 commit comments

Comments
 (0)