Fix an 80-column violation.
authorDan Gohman <gohman@apple.com>
Mon, 9 Nov 2009 18:20:38 +0000 (18:20 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 9 Nov 2009 18:20:38 +0000 (18:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86567 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/LoopInfo.h

index ac565c703f4b5d2e4b08cce51de6c73f84f651d4..6504bdce4283e32e775ca32a7374d3a450350200 100644 (file)
@@ -114,8 +114,8 @@ public:
   block_iterator block_begin() const { return Blocks.begin(); }
   block_iterator block_end() const { return Blocks.end(); }
 
-  /// isLoopExiting - True if terminator in the block can branch to another block
-  /// that is outside of the current loop.
+  /// isLoopExiting - True if terminator in the block can branch to another
+  /// block that is outside of the current loop.
   ///
   bool isLoopExiting(const BlockT *BB) const {
     typedef GraphTraits<BlockT*> BlockTraits;