diff options
| author | bors <bors@rust-lang.org> | 2013-05-31 06:40:49 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-05-31 06:40:49 -0700 |
| commit | 2a30c000e8f5df73e3d2b60d94c536304d3a0eb0 (patch) | |
| tree | eb9337282a3fa17d35ee51487c55587324dbf8e7 | |
| parent | 030f471f26dbb6642c54a1e12ce63f7989db01ab (diff) | |
| parent | 85e3c962362fcd4a92ad632f3b8f5a5f260b79bc (diff) | |
| download | rust-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.rs | 1 |
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"); |
