projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54a76b8
)
Change PhyRegAlloc::saveStateForValue()'s arg type to deal with
author
Brian Gaeke
<gaeke@uiuc.edu>
Mon, 8 Mar 2004 23:22:03 +0000
(23:22 +0000)
committer
Brian Gaeke
<gaeke@uiuc.edu>
Mon, 8 Mar 2004 23:22:03 +0000
(23:22 +0000)
AllocInfo.Instruction becoming an int.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12247
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h
patch
|
blob
|
history
diff --git
a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h
b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h
index 4ec083c8ea32df6ed42ac9a07d496bd278a8b12e..253615583cb10ac0f5a2c8f4c2616174e3d58530 100644
(file)
--- a/
lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h
+++ b/
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();