From: Nadav Rotem Date: Tue, 30 Oct 2012 18:37:43 +0000 (+0000) Subject: 80-col X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9210cc3a173224b40d9fc45b202f52cc7acf5c5a;p=oota-llvm.git 80-col git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167036 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/IPO/PassManagerBuilder.cpp b/lib/Transforms/IPO/PassManagerBuilder.cpp index 27aa1a4afa3..05253fcddab 100644 --- a/lib/Transforms/IPO/PassManagerBuilder.cpp +++ b/lib/Transforms/IPO/PassManagerBuilder.cpp @@ -33,7 +33,8 @@ using namespace llvm; static cl::opt -RunLoopVectorization("vectorize-loops", cl::desc("Run the Loop vectorization passes")); +RunLoopVectorization("vectorize-loops", + cl::desc("Run the Loop vectorization passes")); static cl::opt RunBBVectorization("vectorize", cl::desc("Run the BB vectorization passes"));