[llvm-commits] [llvm] r58336 - /llvm/trunk/include/llvm/CodeGen/DAGISelHeader.h
Evan Cheng
evan.cheng at apple.com
Tue Oct 28 11:23:44 PDT 2008
cerr << "SelectionDAG::setSubgraphColor is only available in debug
builds"
<< " on systems with Graphviz or gv!\n";
The nightly tests last night generated enough of them to fill up my
hard drives.
Evan
On Oct 28, 2008, at 11:05 AM, David Greene wrote:
> On Tuesday 28 October 2008 12:23, 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.
>
> Error messages? What do they say?
>
> -Dave
> _______________________________________________
> 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