summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2016-08-11 17:15:28 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2016-08-11 17:15:28 +0000
commit69fd2c11795f85e22b61fca7bc7b12d92418a6db (patch)
tree2fa4537f0eb3680eaf0b98c20b340fcf90f87d07 /llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
parentd3344378c66b4262cadc5c89856b519fceeb0852 (diff)
downloadbcm5719-llvm-69fd2c11795f85e22b61fca7bc7b12d92418a6db.tar.gz
bcm5719-llvm-69fd2c11795f85e22b61fca7bc7b12d92418a6db.zip
AMDGPU: Remove unused tracking of flat instructions
llvm-svn: 278361
Diffstat (limited to 'llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp')
-rw-r--r--llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp b/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
index 6a598a4a420..60c35350270 100644
--- a/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
+++ b/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
@@ -59,7 +59,6 @@ SIMachineFunctionInfo::SIMachineFunctionInfo(const MachineFunction &MF)
HasSpilledSGPRs(false),
HasSpilledVGPRs(false),
HasNonSpillStackObjects(false),
- HasFlatInstructions(false),
NumSpilledSGPRs(0),
NumSpilledVGPRs(0),
PrivateSegmentBuffer(false),
OpenPOWER on IntegriCloud