aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SparcV9/RegAlloc
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2003-10-22 20:23:13 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2003-10-22 20:23:13 +0000
commitb8dc21e1e246a311f0c9b22847315dbd0ba0c751 (patch)
tree237a8232700dc7832070312d17e06cc52210f408 /lib/Target/SparcV9/RegAlloc
parentaf84370908bc3d498d53a1e02ab4e5bf511433b8 (diff)
downloadexternal_llvm-b8dc21e1e246a311f0c9b22847315dbd0ba0c751.zip
external_llvm-b8dc21e1e246a311f0c9b22847315dbd0ba0c751.tar.gz
external_llvm-b8dc21e1e246a311f0c9b22847315dbd0ba0c751.tar.bz2
Add prototype for verifySavedState().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9386 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SparcV9/RegAlloc')
-rw-r--r--lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h
index 7ab638f..1e4362f 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);