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:
parent
cfbf29b510
commit
6612240497
@ -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 {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user