From: Devang Patel Date: Fri, 22 Dec 2006 22:55:30 +0000 (+0000) Subject: Enable new pass manager. 2nd attempt. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=29ee5c1ba4343a250da30166844d3563041298c0;p=oota-llvm.git Enable new pass manager. 2nd attempt. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32749 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Pass.h b/include/llvm/Pass.h index a5c1c61c4bf..3a271bb54bb 100644 --- a/include/llvm/Pass.h +++ b/include/llvm/Pass.h @@ -36,7 +36,7 @@ #include #include -#define USE_OLD_PASSMANAGER 1 +//#define USE_OLD_PASSMANAGER 1 namespace llvm {