aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
diff options
context:
space:
mode:
authorMatin Raayai <raayaiardakani.m@northeastern.edu>2024-11-15 00:29:06 +0000
committerGitHub <noreply@github.com>2024-11-14 16:29:06 -0800
commiteec21ccee0950d52926a79685573db1996e3ba5b (patch)
tree154a4413f8b250bc944d4c1622eebf4472965fa9 /llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
parent1857d297354fd307d2b30ff69036cc343d2fd692 (diff)
downloadllvm-eec21ccee0950d52926a79685573db1996e3ba5b.zip
llvm-eec21ccee0950d52926a79685573db1996e3ba5b.tar.gz
llvm-eec21ccee0950d52926a79685573db1996e3ba5b.tar.bz2
Fixed un-renamed CodeGenTargetMachineImpl Intheritances in Experimental Targets (#116290)
This PR fixes a set of build issues with experimental targets happened in result of merging #111234 to master.
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCTargetMachine.cpp')
-rw-r--r--llvm/lib/Target/PowerPC/PPCTargetMachine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp b/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
index 1f68663..2b64ab9 100644
--- a/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
+++ b/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
@@ -345,8 +345,8 @@ static ScheduleDAGInstrs *createPPCPostMachineScheduler(
// The FeatureString here is a little subtle. We are modifying the feature
// string with what are (currently) non-function specific overrides as it goes
-// into the CodeGenCommonTMImpl constructor and then using the stored value in
-// the Subtarget constructor below it.
+// into the CodeGenTargetMachineImpl constructor and then using the stored value
+// in the Subtarget constructor below it.
PPCTargetMachine::PPCTargetMachine(const Target &T, const Triple &TT,
StringRef CPU, StringRef FS,
const TargetOptions &Options,