From: Brian Gaeke Date: Wed, 22 Oct 2003 20:23:13 +0000 (+0000) Subject: Add prototype for verifySavedState(). X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b8dc21e1e246a311f0c9b22847315dbd0ba0c751;p=oota-llvm.git Add prototype for verifySavedState(). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9386 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/RegAlloc/PhyRegAlloc.h b/lib/CodeGen/RegAlloc/PhyRegAlloc.h index 7ab638f1c67..1e4362f9627 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 7ab638f1c67..1e4362f9627 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);