[llvm-commits] CVS: llvm/include/llvm/Pass.h

Reid Spencer rspencer at reidspencer.com
Wed Jan 3 18:28:14 PST 2007


On Wed, 2007-01-03 at 19:27 -0600, Devang Patel wrote:
> 
> Changes in directory llvm/include/llvm:
> 
> Pass.h updated: 1.67 -> 1.68
> ---
> Log message:
> 
> Enable new pass manager, which was accidentally disabled.

FYI, this passed on Linux.

> 
> 
> 
> ---
> 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 {
>  
> 
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list