summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2016-12-20 17:26:34 +0000
committerTom Stellard <thomas.stellard@amd.com>2016-12-20 17:26:34 +0000
commitbb1388862bc3259894e9fce694ba693440618bf2 (patch)
treeeb5f04f7f81c913bb427ad318e1d3bb1007ebb57 /llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
parent6f9ef14b9dd02a59db00190f1692822740ea34bf (diff)
downloadbcm5719-llvm-bb1388862bc3259894e9fce694ba693440618bf2.tar.gz
bcm5719-llvm-bb1388862bc3259894e9fce694ba693440618bf2.zip
AMDGPU/SI: Make a function const
llvm-svn: 290185
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 8b511d4677b..e911817c451 100644
--- a/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
+++ b/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
@@ -52,7 +52,6 @@ SIMachineFunctionInfo::SIMachineFunctionInfo(const MachineFunction &MF)
WavesPerEU(0, 0),
DebuggerWorkGroupIDStackObjectIndices({{0, 0, 0}}),
DebuggerWorkItemIDStackObjectIndices({{0, 0, 0}}),
- ImagePSV(llvm::make_unique<AMDGPUImagePseudoSourceValue>()),
LDSWaveSpillSize(0),
PSInputEna(0),
NumUserSGPRs(0),
OpenPOWER on IntegriCloud