Enable new pass manager.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32689 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel 2006-12-19 21:32:24 +00:00
parent a70d14bd16
commit 193c88cb56

View File

@ -36,7 +36,7 @@
#include <typeinfo>
#include <cassert>
#define USE_OLD_PASSMANAGER 1
//#define USE_OLD_PASSMANAGER 1
namespace llvm {