From: Devang Patel Date: Tue, 19 Dec 2006 21:32:24 +0000 (+0000) Subject: Enable new pass manager. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=193c88cb56d872a26fc32a43ccf9204c475984f3;p=oota-llvm.git Enable new pass manager. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32689 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Pass.h b/include/llvm/Pass.h index 9663826ccf6..5c3eb478f6c 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 {