Skip to content

Commit be06021

Browse files
committed
---
yaml --- r: 14666 b: refs/heads/try c: 19508c7 h: refs/heads/master v: v3
1 parent 6f8446d commit be06021

File tree

7 files changed

+76
-210
lines changed

7 files changed

+76
-210
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 9b882197233c06454e376fd80adca7f4a80264ca
5+
refs/heads/try: 19508c7d531910c309cd63e9ade2fe1be80ff71b
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/rustc/driver/driver.rs

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import syntax::parse::{parser};
66
import syntax::{ast, codemap};
77
import front::attr;
88
import middle::{trans, resolve, freevars, kind, ty, typeck, fn_usage,
9-
last_use, lint, inline};
9+
last_use, lint};
1010
import syntax::print::{pp, pprust};
1111
import util::{ppaux, filesearch};
1212
import back::link;
@@ -177,16 +177,11 @@ fn compile_upto(sess: session, cfg: ast::crate_cfg,
177177
last_uses: last_uses, impl_map: impl_map,
178178
method_map: method_map, dict_map: dict_map};
179179

180-
let ienbld = sess.opts.inline;
181-
let inline_map =
182-
time(time_passes, "inline",
183-
bind inline::instantiate_inlines(ienbld, ty_cx, maps, crate));
184-
185180
let (llmod, link_meta) =
186181
time(time_passes, "translation",
187182
bind trans::base::trans_crate(
188183
sess, crate, ty_cx, outputs.obj_filename,
189-
exp_map, maps, inline_map));
184+
exp_map, maps));
190185
time(time_passes, "LLVM passes",
191186
bind link::write::run_passes(sess, llmod, outputs.obj_filename));
192187

branches/try/src/rustc/middle/inline.rs

Lines changed: 0 additions & 100 deletions
This file was deleted.

0 commit comments

Comments
 (0)