DataLayout is mandatory, update the API to reflect it with references.
[oota-llvm.git] / include / llvm / Analysis / ScalarEvolution.h
index 979d3abb69db275a770c6e4f0148426f0b10cc7f..e1d1aa3bfac2c9d6d08f25b28b85d2a2daf8a83e 100644 (file)
@@ -232,10 +232,6 @@ namespace llvm {
     ///
     LoopInfo *LI;
 
-    /// The DataLayout information for the target we are targeting.
-    ///
-    const DataLayout *DL;
-
     /// TLI - The target library information for the target we are targeting.
     ///
     TargetLibraryInfo *TLI;