diff options
author | Chris Lattner <sabre@nondot.org> | 2002-11-17 22:14:22 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-11-17 22:14:22 +0000 |
commit | 7e1a53b404163af0880c2d395f3b579e3fa1392d (patch) | |
tree | fa1bd3e769f00e6953b1a7a27582eb4e951374f0 /include/llvm/CodeGen/MachineInstr.h | |
parent | 570f55de8d9f53a0d8a5dc6dcbb6aaba46b1b6db (diff) |
Remove unused methods
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4720 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineInstr.h')
-rw-r--r-- | include/llvm/CodeGen/MachineInstr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/MachineInstr.h b/include/llvm/CodeGen/MachineInstr.h index 499ec2498c..92045c3dcc 100644 --- a/include/llvm/CodeGen/MachineInstr.h +++ b/include/llvm/CodeGen/MachineInstr.h @@ -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; } |