git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292588
91177308-0d34-0410-b5e6-
96231b3b80d8
-//===-- LoopSink.cpp - Loop Sink Pass ------------------------===//
+//===-- LoopSink.cpp - Loop Sink Pass -------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// InsertBBs = UseBBs - DomBBs + BB
// For BB in InsertBBs:
// Insert I at BB's beginning
+//
//===----------------------------------------------------------------------===//
#include "llvm/ADT/Statistic.h"