Revert r247684 - Replace Triple with a new TargetTuple ...
[oota-llvm.git] / lib / Target / SystemZ / SystemZSelectionDAGInfo.cpp
index e7e0268dbb8a1ef1245e64da5737a1c81f3b1f93..178aa381731127cf4c4997033d9ae7fc912685f7 100644 (file)
@@ -18,12 +18,6 @@ using namespace llvm;
 
 #define DEBUG_TYPE "systemz-selectiondag-info"
 
-SystemZSelectionDAGInfo::SystemZSelectionDAGInfo(const DataLayout &DL)
-    : TargetSelectionDAGInfo(&DL) {}
-
-SystemZSelectionDAGInfo::~SystemZSelectionDAGInfo() {
-}
-
 // Decide whether it is best to use a loop or straight-line code for
 // a block operation of Size bytes with source address Src and destination
 // address Dest.  Sequence is the opcode to use for straight-line code