Make MergeConsecutiveStores look at other stores on same chain
[oota-llvm.git] / lib / CodeGen / SelectionDAG / TargetSelectionDAGInfo.cpp
index 1120be8ed2abe6d5aeafb06a33ecad8c7311b111..00db94256844eb68239f0363bde44586a9b6f900 100644 (file)
@@ -15,9 +15,5 @@
 #include "llvm/Target/TargetMachine.h"
 using namespace llvm;
 
-TargetSelectionDAGInfo::TargetSelectionDAGInfo(const TargetMachine &TM)
-  : DL(TM.getDataLayout()) {
-}
-
 TargetSelectionDAGInfo::~TargetSelectionDAGInfo() {
 }