[llvm-commits] CVS: llvm/lib/Transforms/Scalar/GVNPRE.cpp

Bill Wendling isanbard at gmail.com
Thu Jun 7 18:33:46 PDT 2007


Hi Owen,

One suggestion:

> +    void dump(std::set<Value*>& s);
> +    void dump_unique(std::set<Value*, ExprLT>& s);

My guess is that you want to pass these in as "const". Perhaps even
making the method const?

-bw



More information about the llvm-commits mailing list