File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments