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)
llvm-svn: 167036

llvm/lib/Transforms/IPO/PassManagerBuilder.cpp

index 27aa1a4..05253fc 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"));