Add prototype for verifySavedState().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9386 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Brian Gaeke 2003-10-22 20:23:13 +00:00
parent af84370908
commit b8dc21e1e2
2 changed files with 2 additions and 0 deletions

View File

@ -121,6 +121,7 @@ private:
void createIGNodeListsAndIGs();
void buildInterferenceGraphs();
void saveState();
void verifySavedState();
void setCallInterferences(const MachineInstr *MI,
const ValueSet *LVSetAft);

View File

@ -121,6 +121,7 @@ private:
void createIGNodeListsAndIGs();
void buildInterferenceGraphs();
void saveState();
void verifySavedState();
void setCallInterferences(const MachineInstr *MI,
const ValueSet *LVSetAft);