diff options
-rw-r--r-- | polly/lib/Analysis/ScopGraphPrinter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/Analysis/ScopGraphPrinter.cpp b/polly/lib/Analysis/ScopGraphPrinter.cpp index f5bf2257e28..4f9f7fd8d9b 100644 --- a/polly/lib/Analysis/ScopGraphPrinter.cpp +++ b/polly/lib/Analysis/ScopGraphPrinter.cpp @@ -36,7 +36,7 @@ static cl::opt<bool> ViewAll("polly-view-all", namespace llvm { template <> struct GraphTraits<ScopDetection *> : public GraphTraits<RegionInfo *> { - static NodeType *getEntryNode(ScopDetection *SD) { + static NodeRef getEntryNode(ScopDetection *SD) { return GraphTraits<RegionInfo *>::getEntryNode(SD->getRI()); } static nodes_iterator nodes_begin(ScopDetection *SD) { |