mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-13 14:47:00 +00:00
Remove unused methods
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4720 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
570f55de8d
commit
7e1a53b404
@ -197,8 +197,6 @@ private:
|
||||
|
||||
// Construction methods needed for fine-grain control.
|
||||
// These must be accessed via coresponding methods in MachineInstr.
|
||||
void markDef() { flags |= DEFFLAG; }
|
||||
void markDefAndUse() { flags |= DEFUSEFLAG; }
|
||||
void markHi32() { flags |= HIFLAG32; }
|
||||
void markLo32() { flags |= LOFLAG32; }
|
||||
void markHi64() { flags |= HIFLAG64; }
|
||||
|
Loading…
Reference in New Issue
Block a user