Goose  Artifact [ff0c2434df]

Artifact ff0c2434df1ecfaf1c0e5fd726ea0bbb984031430a085216a229a13709eec503:

  • File bs/ir/graphviz.cpp — part of check-in [5ecf839837] at 2018-11-02 17:11:06 on branch trunk — ir: implemented the graphviz trie dumper, and fixed some bugs in Merge. (user: achavasse size: 165)

#include "ir.h"

namespace empathy::ir
{
    void GraphVizDump( const char* pFilename, const Trie<>& trie )
    {
        GraphVizDump<>( pFilename, trie );
    }
}