mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
[Hexagon] Keep the bare getSubtargetImpl for now
llvm-svn: 233206
This commit is contained in:
parent
d0dd6e5750
commit
9173594bab
@ -32,6 +32,9 @@ public:
|
||||
Reloc::Model RM, CodeModel::Model CM,
|
||||
CodeGenOpt::Level OL);
|
||||
~HexagonTargetMachine() override;
|
||||
const HexagonSubtarget *getSubtargetImpl() const {
|
||||
return &Subtarget;
|
||||
}
|
||||
const HexagonSubtarget *getSubtargetImpl(const Function &) const override {
|
||||
return &Subtarget;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user