Add is16BitVector and is32BitVector to MVT and call them from EVT. Matches other...
[oota-llvm.git] / include / llvm / CodeGen / LiveVariables.h
index 71062a2a51965594c147955fa742e37d95b99c15..d4bb409e06056dd4388131a6189392b6c1e72357 100644 (file)
@@ -160,6 +160,9 @@ private:   // Intermediate data structures
   /// the last use of the whole register.
   bool HandlePhysRegKill(unsigned Reg, MachineInstr *MI);
 
+  /// HandleRegMask - Call HandlePhysRegKill for all registers clobbered by Mask.
+  void HandleRegMask(const MachineOperand&);
+
   void HandlePhysRegUse(unsigned Reg, MachineInstr *MI);
   void HandlePhysRegDef(unsigned Reg, MachineInstr *MI,
                         SmallVector<unsigned, 4> &Defs);