diff options
author | Tilmann Scheller <t.scheller@samsung.com> | 2014-06-16 15:15:41 +0000 |
---|---|---|
committer | Tilmann Scheller <t.scheller@samsung.com> | 2014-06-16 15:15:41 +0000 |
commit | 9252057a070fc8f3800a83b0b6bb90bcdf6c64a8 (patch) | |
tree | e52417f84a47d2f33f6bc10b6488ed6625f6c39f /llvm/lib/Target | |
parent | 4c3376de0ac7860aa45dc14b87cc7adff116c713 (diff) | |
download | bcm5719-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.cpp | 3 |
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); |