From: Devang Patel Date: Thu, 4 Jan 2007 01:27:03 +0000 (+0000) Subject: Enable new pass manager, which was accidentally disabled. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8688428b0510e5e7dab43379b3d53c9b40dc182d;p=oota-llvm.git Enable new pass manager, which was accidentally disabled. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32855 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Pass.h b/include/llvm/Pass.h index a5c1c61c4bf..e70dfc1c9ab 100644 --- a/include/llvm/Pass.h +++ b/include/llvm/Pass.h @@ -36,7 +36,8 @@ #include #include -#define USE_OLD_PASSMANAGER 1 +//Use new Pass Manager. Disable old Pass Manager. +//#define USE_OLD_PASSMANAGER 1 namespace llvm {