X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FADT%2FPostOrderIterator.h;fp=include%2Fllvm%2FADT%2FPostOrderIterator.h;h=fa337e9efb897b79c3a90705419f30ec619a847c;hb=7a447391cc286ef9cdf4336612a5a82e18600a81;hp=42b9680b5f268a0fbf0343c15f617c2362708a40;hpb=9ca358021c2df17869cb20cae61f321a4b2ccd58;p=oota-llvm.git diff --git a/include/llvm/ADT/PostOrderIterator.h b/include/llvm/ADT/PostOrderIterator.h index 42b9680b5f2..fa337e9efb8 100644 --- a/include/llvm/ADT/PostOrderIterator.h +++ b/include/llvm/ADT/PostOrderIterator.h @@ -154,10 +154,7 @@ public: // time... so that you can actually call methods ON the BasicBlock, because // the contained type is a pointer. This allows BBIt->getTerminator() f.e. // - NodeType *operator->() const { - return **this; - ; - } + NodeType *operator->() const { return **this; } po_iterator &operator++() { // Preincrement this->finishPostorder(VisitStack.back().first);