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 d45d758e014..740e12220ea 100644 --- a/polly/lib/Analysis/ScopGraphPrinter.cpp +++ b/polly/lib/Analysis/ScopGraphPrinter.cpp @@ -91,7 +91,7 @@ struct DOTGraphTraits<ScopDetection *> : public DOTGraphTraits<RegionNode *> {    std::string getNodeLabel(RegionNode *Node, ScopDetection *SD) {      return DOTGraphTraits<RegionNode *>::getNodeLabel( -      Node, reinterpret_cast<RegionNode *>(SD->getRI()->getTopLevelRegion())); +        Node, reinterpret_cast<RegionNode *>(SD->getRI()->getTopLevelRegion()));    }    static std::string escapeString(std::string String) {  | 

