Migrate from NodeType * to NodeRef.
authorTim Shen <timshen91@gmail.com>
Mon, 22 Aug 2016 22:30:27 +0000 (22:30 +0000)
committerTim Shen <timshen91@gmail.com>
Mon, 22 Aug 2016 22:30:27 +0000 (22:30 +0000)
llvm-svn: 279488

polly/lib/Analysis/ScopGraphPrinter.cpp

index f5bf225..4f9f7fd 100644 (file)
@@ -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) {