Move all of the GoogleTest files back to the same locations they occupy
[oota-llvm.git] / tools / llvm-stress / llvm-stress.cpp
index 6f2224221d895db96f8e6c02704677dbc3e73bcc..15f7abf70e9f709db1cc6259c801dfcf063e2b57 100644 (file)
@@ -681,10 +681,6 @@ void IntroduceControlFlow(Function *F, Random &R) {
 int main(int argc, char **argv) {
   // Init LLVM, call llvm_shutdown() on exit, parse args, etc.
   llvm::PrettyStackTraceProgram X(argc, argv);
-
-  // Initialize PassManager for -time-passes support.
-  initializePassManager();
-
   cl::ParseCommandLineOptions(argc, argv, "llvm codegen stress-tester\n");
   llvm_shutdown_obj Y;