forked from OSchip/llvm-project
parent
650a69e988
commit
14c3fd8480
|
@ -14,5 +14,4 @@ using namespace llvm;
|
||||||
|
|
||||||
R600MachineFunctionInfo::R600MachineFunctionInfo(const MachineFunction &MF)
|
R600MachineFunctionInfo::R600MachineFunctionInfo(const MachineFunction &MF)
|
||||||
: MachineFunctionInfo() {
|
: MachineFunctionInfo() {
|
||||||
memset(Outputs, 0, sizeof(Outputs));
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,7 +26,6 @@ public:
|
||||||
R600MachineFunctionInfo(const MachineFunction &MF);
|
R600MachineFunctionInfo(const MachineFunction &MF);
|
||||||
SmallVector<unsigned, 4> LiveOuts;
|
SmallVector<unsigned, 4> LiveOuts;
|
||||||
std::vector<unsigned> IndirectRegs;
|
std::vector<unsigned> IndirectRegs;
|
||||||
SDNode *Outputs[16];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
} // End llvm namespace
|
} // End llvm namespace
|
||||||
|
|
Loading…
Reference in New Issue