Migrate from NodeType * to NodeRef.

llvm-svn: 279488
This commit is contained in:
Tim Shen 2016-08-22 22:30:27 +00:00
parent 1523925daa
commit 12921aaa7b
1 changed files with 1 additions and 1 deletions

View 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) {