[LoopSink] Trivial comment cleanup.
authorChandler Carruth <chandlerc@gmail.com>
Fri, 20 Jan 2017 08:42:14 +0000 (08:42 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 20 Jan 2017 08:42:14 +0000 (08:42 +0000)
llvm-svn: 292588

llvm/lib/Transforms/Scalar/LoopSink.cpp

index f3f4152..6b1c81d 100644 (file)
@@ -1,4 +1,4 @@
-//===-- LoopSink.cpp - Loop Sink Pass ------------------------===//
+//===-- LoopSink.cpp - Loop Sink Pass -------------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //
@@ -28,6 +28,7 @@
 //       InsertBBs = UseBBs - DomBBs + BB
 //   For BB in InsertBBs:
 //     Insert I at BB's beginning
+//
 //===----------------------------------------------------------------------===//
 
 #include "llvm/ADT/Statistic.h"