[llvm-commits] [llvm] r150003 - /llvm/trunk/tools/bugpoint/bugpoint.cpp
Hal Finkel
hfinkel at anl.gov
Tue Feb 7 13:11:12 PST 2012
Author: hfinkel
Date: Tue Feb 7 15:11:12 2012
New Revision: 150003
URL: http://llvm.org/viewvc/llvm-project?rev=150003&view=rev
Log:
Allow bugpoint to recognize -bb-vectorize
Modified:
llvm/trunk/tools/bugpoint/bugpoint.cpp
Modified: llvm/trunk/tools/bugpoint/bugpoint.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/bugpoint/bugpoint.cpp?rev=150003&r1=150002&r2=150003&view=diff
==============================================================================
--- llvm/trunk/tools/bugpoint/bugpoint.cpp (original)
+++ llvm/trunk/tools/bugpoint/bugpoint.cpp Tue Feb 7 15:11:12 2012
@@ -120,6 +120,7 @@
PassRegistry &Registry = *PassRegistry::getPassRegistry();
initializeCore(Registry);
initializeScalarOpts(Registry);
+ initializeVectorization(Registry);
initializeIPO(Registry);
initializeAnalysis(Registry);
initializeIPA(Registry);
More information about the llvm-commits
mailing list