wrap some long lines. Major offenders that are left include
[oota-llvm.git] / lib / Transforms / Scalar / LoopUnroll.cpp
index babfc2437ee2c72a0b722ce5b299d2d7328807f5..25a4c4a79b5f9e41de4f02508ae313433fd3bea8 100644 (file)
@@ -41,7 +41,7 @@
 using namespace llvm;
 
 STATISTIC(NumCompletelyUnrolled, "Number of loops completely unrolled");
-STATISTIC(NumUnrolled,           "Number of loops unrolled (completely or otherwise)");
+STATISTIC(NumUnrolled,    "Number of loops unrolled (completely or otherwise)");
 
 namespace {
   cl::opt<unsigned>