summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorTilmann Scheller <t.scheller@samsung.com>2014-06-16 15:15:41 +0000
committerTilmann Scheller <t.scheller@samsung.com>2014-06-16 15:15:41 +0000
commit9252057a070fc8f3800a83b0b6bb90bcdf6c64a8 (patch)
treee52417f84a47d2f33f6bc10b6488ed6625f6c39f /llvm/lib/Target
parent4c3376de0ac7860aa45dc14b87cc7adff116c713 (diff)
downloadbcm5719-llvm-9252057a070fc8f3800a83b0b6bb90bcdf6c64a8.tar.gz
bcm5719-llvm-9252057a070fc8f3800a83b0b6bb90bcdf6c64a8.zip
[AArch64] Remove dead code.
Both function declarations lack a callee and an implementation. llvm-svn: 211029
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp b/llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
index 7007ffcce29..7dbcb7bf5ee 100644
--- a/llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
+++ b/llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
@@ -153,9 +153,6 @@ public:
SDNode *SelectStoreLane(SDNode *N, unsigned NumVecs, unsigned Opc);
SDNode *SelectPostStoreLane(SDNode *N, unsigned NumVecs, unsigned Opc);
- SDNode *SelectSIMDAddSubNarrowing(unsigned IntNo, SDNode *Node);
- SDNode *SelectSIMDXtnNarrowing(unsigned IntNo, SDNode *Node);
-
SDNode *SelectBitfieldExtractOp(SDNode *N);
SDNode *SelectBitfieldInsertOp(SDNode *N);
OpenPOWER on IntegriCloud