From: Dan Gohman Date: Wed, 14 Apr 2010 15:59:02 +0000 (+0000) Subject: Fix whitespace, comments. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=5861142dad77d0a6dc048e817c4c6c79f2d9383b;p=oota-llvm.git Fix whitespace, comments. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101247 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/CFG.h b/include/llvm/Support/CFG.h index b72c5bb0ab6..f07c719f194 100644 --- a/include/llvm/Support/CFG.h +++ b/include/llvm/Support/CFG.h @@ -25,7 +25,7 @@ namespace llvm { // BasicBlock pred_iterator definition //===----------------------------------------------------------------------===// -template // Predecessor Iterator +template // Predecessor Iterator class PredIterator : public std::iterator { typedef std::iterator super; @@ -33,7 +33,7 @@ class PredIterator : public std::iterator(*It)) ++It; } @@ -194,7 +194,7 @@ public: /// Get the source BB of this iterator. inline BB_ *getSource() { - return Term->getParent(); + return Term->getParent(); } };