[llvm-commits] [llvm] r58336 - /llvm/trunk/include/llvm/CodeGen/DAGISelHeader.h

David Greene dag at cray.com
Tue Oct 28 11:06:43 PDT 2008


On Tuesday 28 October 2008 13:02, Chris Lattner wrote:
> On Oct 28, 2008, at 10:23 AM, Evan Cheng wrote:
> > Author: evancheng
> > Date: Tue Oct 28 12:23:13 2008
> > New Revision: 58336
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=58336&view=rev
> > Log:
> > Avoid calls to setSubgraphColor in release mode. They generate lots
> > of error messages and slow down compilation.
>
> Do we even want this in debug mode?  Why not make this predicated on
> whether -view-isel-dags is set?

It's not used with -view-isel-dags.  It's only meaningful in the debugger.  We
definitely want it in debug mode.

                                            -Dave



More information about the llvm-commits mailing list