mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-03 19:15:30 +00:00
Change PhyRegAlloc::saveStateForValue()'s arg type to deal with
AllocInfo.Instruction becoming an int. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12247 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
54a76b8808
commit
8b16a16918
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user