mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-26 07:34:14 +00:00
This getEdgeAttributes doesn't need a template argument.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61065 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c3df7a8884
commit
3ee7449f39
@ -48,8 +48,8 @@ namespace llvm {
|
|||||||
|
|
||||||
/// If you want to override the dot attributes printed for a particular
|
/// If you want to override the dot attributes printed for a particular
|
||||||
/// edge, override this method.
|
/// edge, override this method.
|
||||||
template<typename EdgeIter>
|
static std::string getEdgeAttributes(const SUnit *Node,
|
||||||
static std::string getEdgeAttributes(const void *Node, EdgeIter EI) {
|
SUnitIterator EI) {
|
||||||
if (EI.isArtificialDep())
|
if (EI.isArtificialDep())
|
||||||
return "color=cyan,style=dashed";
|
return "color=cyan,style=dashed";
|
||||||
if (EI.isCtrlDep())
|
if (EI.isCtrlDep())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user