Analysis: take a reference instead of pointer
[oota-llvm.git] / include / llvm / Analysis / DependenceAnalysis.h
index 279755e47622c84f366ad5884893adcd5d75fe87..cfe9748a461041c2d058269bff671ae65627e23a 100644 (file)
@@ -331,7 +331,7 @@ namespace llvm {
     ///
     /// breaks the dependence and allows us to vectorize/parallelize
     /// both loops.
-    const SCEV *getSplitIteration(const Dependence *Dep, unsigned Level);
+    const SCEV *getSplitIteration(const Dependence &Dep, unsigned Level);
 
   private:
     AliasAnalysis *AA;