Operand numbers are now ints. Save the register allocation of the value
[oota-llvm.git] / lib / Target / SparcV9 / RegAlloc / PhyRegAlloc.h
index 5fdd60f7ee0d888554f5912f5770add899a4c2fa..c524f9f56cbe569b15c303c6885fb01a452f6287 100644 (file)
@@ -122,6 +122,9 @@ private:
   void addInterferencesForArgs();
   void createIGNodeListsAndIGs();
   void buildInterferenceGraphs();
+
+  void saveStateForValue (std::vector<AllocInfo> &state,
+                          const Value *V, unsigned Insn, int Opnd);
   void saveState();
   void verifySavedState();