[llvm-commits] [Patch] Add dotty dominance printer
Chris Lattner
clattner at apple.com
Sun Sep 27 14:55:12 PDT 2009
On Sep 20, 2009, at 6:42 AM, Tobias Grosser wrote:
>> Patch: llvm-DominancePrinter.patch
>> -------------------------------------------------------------------------
>>
>
> This patch contained a small bug, so that the pass descriptions where
> incomplete.
hi Tobias,
This patch doesn't build for me:
DomPrinter.cpp:33: error: ‘DOTGraphTraits’ is not a template
DomPrinter.cpp:33: error: expected class-name before ‘{’ token
DomPrinter.cpp:33: error: explicit specialization of non-template
‘llvm::DOTGraphTraits’
DomPrinter.cpp: In static member function ‘static std::string
llvm::DOTGraphTraits::getNodeLabel(llvm::DomTreeNode*,
llvm::DomTreeNode*, bool)’:
DomPrinter.cpp:42: error: ‘llvm::DOTGraphTraits’ is
...
-Chris
More information about the llvm-commits
mailing list