From ba5c7a570d1bc6f28e7a2f4eb5cfd50b7c19f374 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Mon, 27 Jun 2011 14:18:32 -0700 Subject: Rename middle::metadata to metadata::cwriter. Move creader to metadata Preparation for a lot more metadata refactoring --- src/comp/rustc.rc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/comp/rustc.rc') diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc index 3a96e03f0c5..b2247149a6e 100644 --- a/src/comp/rustc.rc +++ b/src/comp/rustc.rc @@ -18,7 +18,6 @@ mod middle { mod ty; mod walk; mod visit; - mod metadata; mod ast_map; mod resolve; mod typeck; @@ -46,7 +45,6 @@ mod pretty { mod front { mod ast; - mod creader; mod ext; mod extfmt; mod extenv; @@ -64,6 +62,11 @@ mod back { mod x86; } +mod metadata { + mod creader; + mod cwriter; +} + mod driver { mod rustc; mod session; -- cgit 1.4.1-3-g733a5