80-col
authorNadav Rotem <nrotem@apple.com>
Tue, 30 Oct 2012 18:37:43 +0000 (18:37 +0000)
committerNadav Rotem <nrotem@apple.com>
Tue, 30 Oct 2012 18:37:43 +0000 (18:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167036 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/IPO/PassManagerBuilder.cpp

index 27aa1a4afa371ca376d4d1e9cb0b22c4fc21abe0..05253fcddab35b340c3bbb00beafbb21c81ffc9c 100644 (file)
@@ -33,7 +33,8 @@
 using namespace llvm;
 
 static cl::opt<bool>
-RunLoopVectorization("vectorize-loops", cl::desc("Run the Loop vectorization passes"));
+RunLoopVectorization("vectorize-loops",
+                     cl::desc("Run the Loop vectorization passes"));
 
 static cl::opt<bool>
 RunBBVectorization("vectorize", cl::desc("Run the BB vectorization passes"));