Remove unused methods
authorChris Lattner <sabre@nondot.org>
Sun, 17 Nov 2002 22:14:22 +0000 (22:14 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 17 Nov 2002 22:14:22 +0000 (22:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4720 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineInstr.h

index 499ec2498cf0db44821e1c3071aca51735bda677..92045c3dcc6977817b017024191be7a20944285e 100644 (file)
@@ -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; }