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(~"correlated-propagation");
passes.push(~"dse"); passes.push(~"dse");
passes.push(~"bb-vectorize");
passes.push(~"instcombine"); passes.push(~"instcombine");
passes.push(~"early-cse"); passes.push(~"early-cse");