1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Enable new pass manager, which was accidentally disabled.

llvm-svn: 32855
This commit is contained in:
Devang Patel 2007-01-04 01:27:03 +00:00
parent cfbf29b510
commit 6612240497

View File

@ -36,7 +36,8 @@
#include <typeinfo>
#include <cassert>
#define USE_OLD_PASSMANAGER 1
//Use new Pass Manager. Disable old Pass Manager.
//#define USE_OLD_PASSMANAGER 1
namespace llvm {