[llvm-commits] CVS: llvm/include/llvm/Pass.h
Devang Patel
dpatel at apple.com
Wed Jan 3 17:27:18 PST 2007
Changes in directory llvm/include/llvm:
Pass.h updated: 1.67 -> 1.68
---
Log message:
Enable new pass manager, which was accidentally disabled.
---
Diffs of the changes: (+2 -1)
Pass.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/include/llvm/Pass.h
diff -u llvm/include/llvm/Pass.h:1.67 llvm/include/llvm/Pass.h:1.68
--- llvm/include/llvm/Pass.h:1.67 Sat Dec 23 00:05:40 2006
+++ llvm/include/llvm/Pass.h Wed Jan 3 19:27:03 2007
@@ -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 {
More information about the llvm-commits
mailing list