[llvm-commits] CVS: llvm/include/llvm/Pass.h
Devang Patel
dpatel at apple.com
Fri Dec 22 14:55:45 PST 2006
Changes in directory llvm/include/llvm:
Pass.h updated: 1.65 -> 1.66
---
Log message:
Enable new pass manager. 2nd attempt.
---
Diffs of the changes: (+1 -1)
Pass.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/Pass.h
diff -u llvm/include/llvm/Pass.h:1.65 llvm/include/llvm/Pass.h:1.66
--- llvm/include/llvm/Pass.h:1.65 Fri Dec 22 16:49:00 2006
+++ llvm/include/llvm/Pass.h Fri Dec 22 16:55:30 2006
@@ -36,7 +36,7 @@
#include <typeinfo>
#include <cassert>
-#define USE_OLD_PASSMANAGER 1
+//#define USE_OLD_PASSMANAGER 1
namespace llvm {
More information about the llvm-commits
mailing list