about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-05-31 06:40:49 -0700
committerbors <bors@rust-lang.org>2013-05-31 06:40:49 -0700
commit2a30c000e8f5df73e3d2b60d94c536304d3a0eb0 (patch)
treeeb9337282a3fa17d35ee51487c55587324dbf8e7
parent030f471f26dbb6642c54a1e12ce63f7989db01ab (diff)
parent85e3c962362fcd4a92ad632f3b8f5a5f260b79bc (diff)
downloadrust-2a30c000e8f5df73e3d2b60d94c536304d3a0eb0.tar.gz
rust-2a30c000e8f5df73e3d2b60d94c536304d3a0eb0.zip
auto merge of #6859 : thestinger/rust/optimize, r=thestinger
A workaround to get #6828 through.
-rw-r--r--src/librustc/back/passes.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc/back/passes.rs b/src/librustc/back/passes.rs
index ffa551b21ba..076d1dcf37b 100644
--- a/src/librustc/back/passes.rs
+++ b/src/librustc/back/passes.rs
@@ -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");