Skip to content

Commit 85e3c96

Browse files
Aatchthestinger
authored andcommitted
Remove the slow bb-vectorize pass
1 parent 030f471 commit 85e3c96

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)