mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Change PhyRegAlloc::saveStateForValue()'s arg type to deal with
AllocInfo.Instruction becoming an int. llvm-svn: 12247
This commit is contained in:
parent
ed741b87c2
commit
57269b0c32
@ -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…
Reference in New Issue
Block a user