mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-11 11:34:02 +00:00
Remove unused member variable from hexagon pass.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209328 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
30436451e2
commit
9bfc3f592d
@ -47,13 +47,12 @@ using namespace llvm;
|
|||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
class HexagonSplitConst32AndConst64 : public MachineFunctionPass {
|
class HexagonSplitConst32AndConst64 : public MachineFunctionPass {
|
||||||
const HexagonTargetMachine& QTM;
|
const HexagonTargetMachine &QTM;
|
||||||
const HexagonSubtarget &QST;
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
static char ID;
|
static char ID;
|
||||||
HexagonSplitConst32AndConst64(const HexagonTargetMachine& TM)
|
HexagonSplitConst32AndConst64(const HexagonTargetMachine &TM)
|
||||||
: MachineFunctionPass(ID), QTM(TM), QST(*TM.getSubtargetImpl()) {}
|
: MachineFunctionPass(ID), QTM(TM) {}
|
||||||
|
|
||||||
const char *getPassName() const override {
|
const char *getPassName() const override {
|
||||||
return "Hexagon Split Const32s and Const64s";
|
return "Hexagon Split Const32s and Const64s";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user