summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/R600MachineFunctionInfo.h
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2016-07-22 17:01:25 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2016-07-22 17:01:25 +0000
commitf9245b75c013653a59ced45a1340e39d9a6bbcb9 (patch)
treeda5e09500fea2ed2bbf75d5f0a1319b3eb296b29 /llvm/lib/Target/AMDGPU/R600MachineFunctionInfo.h
parent7fb961f3e6072c4d4253df9362e28cbb760713a8 (diff)
downloadbcm5719-llvm-f9245b75c013653a59ced45a1340e39d9a6bbcb9.tar.gz
bcm5719-llvm-f9245b75c013653a59ced45a1340e39d9a6bbcb9.zip
AMDGPU: Delete more dead code
Remove dead code from r600 intrinsic removal. Remove unset members, rename StackSize to be less ambiguous. llvm-svn: 276436
Diffstat (limited to 'llvm/lib/Target/AMDGPU/R600MachineFunctionInfo.h')
-rw-r--r--llvm/lib/Target/AMDGPU/R600MachineFunctionInfo.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/llvm/lib/Target/AMDGPU/R600MachineFunctionInfo.h b/llvm/lib/Target/AMDGPU/R600MachineFunctionInfo.h
index 04a4436ebe0..29ac0920f99 100644
--- a/llvm/lib/Target/AMDGPU/R600MachineFunctionInfo.h
+++ b/llvm/lib/Target/AMDGPU/R600MachineFunctionInfo.h
@@ -14,18 +14,13 @@
#define LLVM_LIB_TARGET_AMDGPU_R600MACHINEFUNCTIONINFO_H
#include "AMDGPUMachineFunction.h"
-#include "llvm/CodeGen/SelectionDAG.h"
-#include <vector>
namespace llvm {
class R600MachineFunctionInfo final : public AMDGPUMachineFunction {
- void anchor() override;
public:
R600MachineFunctionInfo(const MachineFunction &MF);
- SmallVector<unsigned, 4> LiveOuts;
- std::vector<unsigned> IndirectRegs;
- unsigned StackSize;
+ unsigned CFStackSize;
};
} // End llvm namespace
OpenPOWER on IntegriCloud