summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-03-08 23:22:03 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-03-08 23:22:03 +0000
commitd734587436e098a612e8fa782778189cf619a8e6 (patch)
tree1ec14da4d612b3362235e24541c306178184eabe /llvm/lib/Target
parentf0a73a3f42ca3942e708b89b5c69e972e3af6899 (diff)
downloadbcm5719-llvm-d734587436e098a612e8fa782778189cf619a8e6.tar.gz
bcm5719-llvm-d734587436e098a612e8fa782778189cf619a8e6.zip
Change PhyRegAlloc::saveStateForValue()'s arg type to deal with
AllocInfo.Instruction becoming an int. llvm-svn: 12247
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h b/llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h
index 4ec083c8ea3..253615583cb 100644
--- a/llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h
+++ b/llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h
@@ -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();
OpenPOWER on IntegriCloud