mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-14 15:39:00 +00:00
R600: Remove unused Outputs variable
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176967 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4c6f895205
commit
321aded623
@ -14,5 +14,4 @@ using namespace llvm;
|
||||
|
||||
R600MachineFunctionInfo::R600MachineFunctionInfo(const MachineFunction &MF)
|
||||
: MachineFunctionInfo() {
|
||||
memset(Outputs, 0, sizeof(Outputs));
|
||||
}
|
||||
|
@ -26,7 +26,6 @@ public:
|
||||
R600MachineFunctionInfo(const MachineFunction &MF);
|
||||
SmallVector<unsigned, 4> LiveOuts;
|
||||
std::vector<unsigned> IndirectRegs;
|
||||
SDNode *Outputs[16];
|
||||
};
|
||||
|
||||
} // End llvm namespace
|
||||
|
Loading…
Reference in New Issue
Block a user