[LCG] Add support for building persistent and connected SCCs to the
[oota-llvm.git] / lib / Analysis / LoopPass.cpp
index 38e753f129e9393f9175d5c2c5ed0c897278c840..addff3e64c3b73838a715c8ccf6eb4ced1c99810 100644 (file)
@@ -61,8 +61,8 @@ LPPassManager::LPPassManager()
   : FunctionPass(ID), PMDataManager() {
   skipThisLoop = false;
   redoThisLoop = false;
-  LI = NULL;
-  CurrentLoop = NULL;
+  LI = nullptr;
+  CurrentLoop = nullptr;
 }
 
 /// Delete loop from the loop queue and loop hierarchy (LoopInfo).