[cfe-commits] r46285 - /cfe/trunk/Analysis/GRConstants.cpp

Ted Kremenek kremenek at apple.com
Wed Jan 23 14:54:59 PST 2008


Author: kremenek
Date: Wed Jan 23 16:54:57 2008
New Revision: 46285

URL: http://llvm.org/viewvc/llvm-project?rev=46285&view=rev
Log:
Removed extra GraphViz node attributes for GRConstants, as some of them were
causing problems with Dot.

Modified:
    cfe/trunk/Analysis/GRConstants.cpp

Modified: cfe/trunk/Analysis/GRConstants.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/Analysis/GRConstants.cpp?rev=46285&r1=46284&r2=46285&view=diff

==============================================================================
--- cfe/trunk/Analysis/GRConstants.cpp (original)
+++ cfe/trunk/Analysis/GRConstants.cpp Wed Jan 23 16:54:57 2008
@@ -723,11 +723,6 @@
 struct VISIBILITY_HIDDEN DOTGraphTraits<GRConstants::NodeTy*> :
   public DefaultDOTGraphTraits {
     
- 
-  static std::string getNodeAttributes(void*, void*) {
-    return "fontname=\"monaco,fixed\", fontsize=\"11\""; 
-  }
-  
   static void PrintKind(std::ostringstream& Out, ValueKey::Kind kind) {
     switch (kind) {
       case ValueKey::IsSubExp:  Out << "Sub-Expressions:\\l"; break;





More information about the cfe-commits mailing list