OSDN Git Service

[DOTGraphTraits] Propagate Graph template argument, NFC
authorAlexandre Isoard <alexandre.isoard@gmail.com>
Mon, 24 Jul 2017 12:55:00 +0000 (12:55 +0000)
committerAlexandre Isoard <alexandre.isoard@gmail.com>
Mon, 24 Jul 2017 12:55:00 +0000 (12:55 +0000)
commit9988d29df5210a7ff09336b46b910028db153413
treeb826bcac3be9b2c0a9f85a3a9821643dce66f6f9
parenta3e6de066db8e4bacf9450d03e46fa4d17a59369
[DOTGraphTraits] Propagate Graph template argument, NFC

Propagates the GraphT template argument to the default value of
the AnalysisGraphTraitsT template argument. This allows to specialize
the DefaultAnalysisGraphTraits<AnalysisT,GraphT> for analysis with a
graph type different from the analysis type and it will automatically
get picked-up.

Note: This was probably the intended purpose and should not result in any
      functional change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@308878 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/DOTGraphTraitsPass.h