[llvm] r211029 - [AArch64] Remove dead code.

Tilmann Scheller t.scheller at samsung.com
Mon Jun 16 08:15:42 PDT 2014


Author: tilmann
Date: Mon Jun 16 10:15:41 2014
New Revision: 211029

URL: http://llvm.org/viewvc/llvm-project?rev=211029&view=rev
Log:
[AArch64] Remove dead code.

Both function declarations lack a callee and an implementation.

Modified:
    llvm/trunk/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp

Modified: llvm/trunk/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp?rev=211029&r1=211028&r2=211029&view=diff
==============================================================================
--- llvm/trunk/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp (original)
+++ llvm/trunk/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp Mon Jun 16 10:15:41 2014
@@ -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);
 





More information about the llvm-commits mailing list