Add findFunctionInfoList() accessor to FunctionInfoIndex.
[oota-llvm.git] / tools / bugpoint / FindBugs.cpp
index e2941f6f43aea81251af67d2dfe3607bba2b0032..a0c859b7f33e9a1c8f1d217d0bb00f6fdc862458 100644 (file)
@@ -45,7 +45,7 @@ bool BugDriver::runManyPasses(const std::vector<std::string> &AllPasses,
       return false;
   }
   
-  srand(time(NULL));  
+  srand(time(nullptr));
   
   unsigned num = 1;
   while(1) {