Skip to content

Commit 2a30c00

Browse files
committed
auto merge of #6859 : thestinger/rust/optimize, r=thestinger
A workaround to get #6828 through.
2 parents 030f471 + 85e3c96 commit 2a30c00

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustc/back/passes.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ pub fn create_standard_passes(level:OptLevel) -> ~[~str] {
134134
passes.push(~"correlated-propagation");
135135
passes.push(~"dse");
136136

137-
passes.push(~"bb-vectorize");
138137
passes.push(~"instcombine");
139138
passes.push(~"early-cse");
140139

0 commit comments

Comments
 (0)