Change PhyRegAlloc::saveStateForValue()'s arg type to deal with
authorBrian Gaeke <gaeke@uiuc.edu>
Mon, 8 Mar 2004 23:22:03 +0000 (23:22 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Mon, 8 Mar 2004 23:22:03 +0000 (23:22 +0000)
AllocInfo.Instruction becoming an int.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12247 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h

index 4ec083c8ea32df6ed42ac9a07d496bd278a8b12e..253615583cb10ac0f5a2c8f4c2616174e3d58530 100644 (file)
@@ -126,7 +126,7 @@ private:
   void buildInterferenceGraphs();
 
   void saveStateForValue (std::vector<AllocInfo> &state,
-                          const Value *V, unsigned Insn, int Opnd);
+                          const Value *V, int Insn, int Opnd);
   void saveState();
   void verifySavedState();