Change PhyRegAlloc::saveStateForValue()'s arg type to deal with

AllocInfo.Instruction becoming an int.

llvm-svn: 12247
This commit is contained in:
Brian Gaeke 2004-03-08 23:22:03 +00:00
parent f0a73a3f42
commit d734587436
1 changed files with 1 additions and 1 deletions

View 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();