Remove the slow bb-vectorize pass

This commit is contained in:
James Miller 2013-05-30 15:20:02 +12:00 committed by Daniel Micay
parent 030f471f26
commit 85e3c96236

View file

@ -134,7 +134,6 @@ pub fn create_standard_passes(level:OptLevel) -> ~[~str] {
passes.push(~"correlated-propagation");
passes.push(~"dse");
passes.push(~"bb-vectorize");
passes.push(~"instcombine");
passes.push(~"early-cse");