Add a flag to mark a dirty cache entry. This is not yet used, but will eventually
[oota-llvm.git] / include / llvm / Analysis / LoopPass.h
index 4914df78e444cbca91dd8143d3c494d2a8b85858..6d6d94c71d35f1bc9f85d773ee1cb589f528da93 100644 (file)
@@ -84,7 +84,7 @@ class LPPassManager : public FunctionPass, public PMDataManager {
 
 public:
   static char ID;
-  LPPassManager(int Depth);
+  explicit LPPassManager(int Depth);
 
   /// run - Execute all of the passes scheduled for execution.  Keep track of
   /// whether any of the passes modifies the module, and if so, return true.