Revert r110396 to fix buildbots.
[oota-llvm.git] / include / llvm / Analysis / LoopDependenceAnalysis.h
index 94fd9907090da437ece12f9d0f30b00e72876b2f..a1a563796f5a0ad8f91248acab31f603f90c5f7a 100644 (file)
@@ -91,7 +91,7 @@ class LoopDependenceAnalysis : public LoopPass {
 
 public:
   static char ID; // Class identification, replacement for typeinfo
-  LoopDependenceAnalysis() : LoopPass(ID) {}
+  LoopDependenceAnalysis() : LoopPass(&ID) {}
 
   /// isDependencePair - Check whether two values can possibly give rise to
   /// a data dependence: that is the case if both are instructions accessing