diff options
| author | Patrick Walton <[email protected]> | 2011-04-29 11:55:20 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-04-29 11:55:20 -0700 |
| commit | adfacc5031837f410a30c2e1218c9d767c7f59eb (patch) | |
| tree | 520397e4e2687c5758da26fe7b0525e7792de4c9 /src/comp/middle | |
| parent | rustc: Handle alias parameters in native functions properly (diff) | |
| download | rust-adfacc5031837f410a30c2e1218c9d767c7f59eb.tar.xz rust-adfacc5031837f410a30c2e1218c9d767c7f59eb.zip | |
rustc: Add a --time-passes option
Diffstat (limited to 'src/comp/middle')
| -rw-r--r-- | src/comp/middle/trans.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/middle/trans.rs b/src/comp/middle/trans.rs index 54ad505e..335614d2 100644 --- a/src/comp/middle/trans.rs +++ b/src/comp/middle/trans.rs @@ -7661,7 +7661,7 @@ fn create_crate_map(@crate_ctxt ccx) -> ValueRef { } fn trans_crate(session.session sess, @ast.crate crate, ty.ctxt tcx, - &ty.type_cache type_cache, str output, bool shared, + ty.type_cache type_cache, str output, bool shared, bool optimize, bool verify, bool save_temps, output_type ot) { auto llmod = llvm.LLVMModuleCreateWithNameInContext(_str.buf("rust_out"), |