diff options
| author | Mark Mansi <markm@cs.wisc.edu> | 2019-05-24 11:19:53 -0500 |
|---|---|---|
| committer | Mark Mansi <markm@cs.wisc.edu> | 2019-06-02 22:55:29 -0500 |
| commit | e21d002bd2485fb4bd5a783cc3fe3a1cf2ca2c5a (patch) | |
| tree | 6c2603cea183227ecf545b16c983eb2dc28ea5f6 /src/librustc_codegen_llvm | |
| parent | 621bf0da80a9f304906d74657a91ed927f4f9cad (diff) | |
| download | rust-e21d002bd2485fb4bd5a783cc3fe3a1cf2ca2c5a.tar.gz rust-e21d002bd2485fb4bd5a783cc3fe3a1cf2ca2c5a.zip | |
move codegenunitext to rustc::mir::mono
Diffstat (limited to 'src/librustc_codegen_llvm')
| -rw-r--r-- | src/librustc_codegen_llvm/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_codegen_llvm/lib.rs b/src/librustc_codegen_llvm/lib.rs index b13d8df5525..09156c0f9e7 100644 --- a/src/librustc_codegen_llvm/lib.rs +++ b/src/librustc_codegen_llvm/lib.rs @@ -32,7 +32,6 @@ extern crate flate2; #[macro_use] extern crate bitflags; extern crate libc; #[macro_use] extern crate rustc; -extern crate rustc_mir; extern crate rustc_allocator; extern crate rustc_target; #[macro_use] extern crate rustc_data_structures; |
