commit | 9210cc3a173224b40d9fc45b202f52cc7acf5c5a | [log] [tgz] |
---|---|---|
author | Nadav Rotem <nrotem@apple.com> | Tue Oct 30 18:37:43 2012 +0000 |
committer | Nadav Rotem <nrotem@apple.com> | Tue Oct 30 18:37:43 2012 +0000 |
tree | bf9c49fe17b198e4fb1c16867310f3f3f83a920f | |
parent | e709f5b600fd630c4f58b5dba14c8069a03093ea [diff] [blame] |
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 27aa1a4..05253fc 100644 --- a/lib/Transforms/IPO/PassManagerBuilder.cpp +++ b/lib/Transforms/IPO/PassManagerBuilder.cpp
@@ -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"));