diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2003-10-22 20:23:13 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2003-10-22 20:23:13 +0000 |
commit | b8dc21e1e246a311f0c9b22847315dbd0ba0c751 (patch) | |
tree | 237a8232700dc7832070312d17e06cc52210f408 | |
parent | af84370908bc3d498d53a1e02ab4e5bf511433b8 (diff) |
Add prototype for verifySavedState().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9386 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/CodeGen/RegAlloc/PhyRegAlloc.h | 1 | ||||
-rw-r--r-- | lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/CodeGen/RegAlloc/PhyRegAlloc.h b/lib/CodeGen/RegAlloc/PhyRegAlloc.h index 7ab638f1c6..1e4362f962 100644 --- a/lib/CodeGen/RegAlloc/PhyRegAlloc.h +++ b/lib/CodeGen/RegAlloc/PhyRegAlloc.h @@ -121,6 +121,7 @@ private: void createIGNodeListsAndIGs(); void buildInterferenceGraphs(); void saveState(); + void verifySavedState(); void setCallInterferences(const MachineInstr *MI, const ValueSet *LVSetAft); diff --git a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h index 7ab638f1c6..1e4362f962 100644 --- a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h +++ b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h @@ -121,6 +121,7 @@ private: void createIGNodeListsAndIGs(); void buildInterferenceGraphs(); void saveState(); + void verifySavedState(); void setCallInterferences(const MachineInstr *MI, const ValueSet *LVSetAft); |