[llvm-commits] CVS: llvm/include/llvm/Pass.h
Devang Patel
dpatel at apple.com
Tue Dec 19 13:32:39 PST 2006
Changes in directory llvm/include/llvm:
Pass.h updated: 1.62 -> 1.63
---
Log message:
Enable new pass manager.
---
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.62 llvm/include/llvm/Pass.h:1.63
--- llvm/include/llvm/Pass.h:1.62 Sat Dec 16 23:15:12 2006
+++ llvm/include/llvm/Pass.h Tue Dec 19 15:32:24 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