summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorTom Stellard <tstellar@redhat.com>2018-04-30 16:28:02 +0000
committerTom Stellard <tstellar@redhat.com>2018-04-30 16:28:02 +0000
commitadd59c052dd6768fd54431e6a3bf045e7f25cb59 (patch)
treed6836782bb69d53ac97af568178c338fd30a86e9 /llvm/lib
parent64e62dcfff8eb68118ac9d5f8c3de1733505cb70 (diff)
downloadbcm5719-llvm-add59c052dd6768fd54431e6a3bf045e7f25cb59.tar.gz
bcm5719-llvm-add59c052dd6768fd54431e6a3bf045e7f25cb59.zip
AMDGPU: Remove some dead code
llvm-svn: 331196
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp b/llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
index 38f0433aa19..1b98edcf95b 100644
--- a/llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
+++ b/llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
@@ -100,10 +100,6 @@ private:
std::pair<SDValue, SDValue> foldFrameIndex(SDValue N) const;
bool isNoNanSrc(SDValue N) const;
bool isInlineImmediate(const SDNode *N) const;
- bool FoldOperand(SDValue &Src, SDValue &Sel, SDValue &Neg, SDValue &Abs,
- const R600InstrInfo *TII);
- bool FoldOperands(unsigned, const R600InstrInfo *, std::vector<SDValue> &);
- bool FoldDotOperands(unsigned, const R600InstrInfo *, std::vector<SDValue> &);
bool isConstantLoad(const MemSDNode *N, int cbID) const;
bool isUniformBr(const SDNode *N) const;
OpenPOWER on IntegriCloud