mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-05 01:56:16 +00:00
Make helper method static since it doesn't use anything in the class.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159071 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
eea4a9b1e6
commit
f318457547
@ -145,9 +145,9 @@ class X86InstrInfo : public X86GenInstrInfo {
|
||||
std::pair<unsigned, unsigned> > MemOp2RegOpTableType;
|
||||
MemOp2RegOpTableType MemOp2RegOpTable;
|
||||
|
||||
void AddTableEntry(RegOp2MemOpTableType &R2MTable,
|
||||
MemOp2RegOpTableType &M2RTable,
|
||||
unsigned RegOp, unsigned MemOp, unsigned Flags);
|
||||
static void AddTableEntry(RegOp2MemOpTableType &R2MTable,
|
||||
MemOp2RegOpTableType &M2RTable,
|
||||
unsigned RegOp, unsigned MemOp, unsigned Flags);
|
||||
|
||||
public:
|
||||
explicit X86InstrInfo(X86TargetMachine &tm);
|
||||
|
Loading…
x
Reference in New Issue
Block a user