diff options
| author | Brian Gaeke <gaeke@uiuc.edu> | 2004-03-08 23:22:03 +0000 |
|---|---|---|
| committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-03-08 23:22:03 +0000 |
| commit | d734587436e098a612e8fa782778189cf619a8e6 (patch) | |
| tree | 1ec14da4d612b3362235e24541c306178184eabe /llvm/lib/Target | |
| parent | f0a73a3f42ca3942e708b89b5c69e972e3af6899 (diff) | |
| download | bcm5719-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.h | 2 |
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(); |

