Default traits class for extracting a graph from an analysis pass.
Synopsis
Declared in <llvm/Analysis/DOTGraphTraitsPass.h>
template<
typename Result,
typename GraphT = Result*>
struct DefaultAnalysisGraphTraits;
Description
This assumes that 'GraphT' is 'AnalysisT::Result *', and pass it through