summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2016-10-09 04:38:57 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2016-10-09 04:38:57 +0000
commit5c924d71173afc93aa0f0d115bd445a7496f4294 (patch)
treef8cc1da0f6670f2bfeeba7995953c724f1b14419 /llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
parente30cb00dc0d5a3ba4798c8da8f8535d069f49ddb (diff)
downloadbcm5719-llvm-5c924d71173afc93aa0f0d115bd445a7496f4294.tar.gz
bcm5719-llvm-5c924d71173afc93aa0f0d115bd445a7496f4294.zip
Target: Remove unused entities.
llvm-svn: 283690
Diffstat (limited to 'llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp')
-rw-r--r--llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp b/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
index e214164facb..6f75c9cd924 100644
--- a/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
+++ b/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
@@ -443,7 +443,6 @@ AMDGPUTargetLowering::AMDGPUTargetLowering(const TargetMachine &TM,
// (Section 7.3)
setHasFloatingPointExceptions(Subtarget->hasFPExceptions());
- setSelectIsExpensive(false);
PredictableSelectIsExpensive = false;
// We want to find all load dependencies for long chains of stores to enable
OpenPOWER on IntegriCloud