diff options
author | Philip Herron <philip.herron@embecosm.com> | 2022-02-10 17:08:13 +0000 |
---|---|---|
committer | Philip Herron <philip.herron@embecosm.com> | 2022-02-10 19:28:10 +0000 |
commit | b2aa172ff69591452e3566c105f2a4cd8450eab5 (patch) | |
tree | f9ba781f9c6b29fd8d70f1964f7e238d1ade4f77 /gcc/rust/backend/rust-compile-extern.h | |
parent | 1b487d72cd2ba46671f5a1bcc20970f2dad1b759 (diff) | |
download | gcc-b2aa172ff69591452e3566c105f2a4cd8450eab5.zip gcc-b2aa172ff69591452e3566c105f2a4cd8450eab5.tar.gz gcc-b2aa172ff69591452e3566c105f2a4cd8450eab5.tar.bz2 |
Refactor code to reuse a canonical way to compile functions and constants
This is a big cleanup so all paths that compile functions and constants
end up in the same path so we avoid any duplication in how we actually
compile a function.
Diffstat (limited to 'gcc/rust/backend/rust-compile-extern.h')
-rw-r--r-- | gcc/rust/backend/rust-compile-extern.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/rust/backend/rust-compile-extern.h b/gcc/rust/backend/rust-compile-extern.h index 143b240..1412e7a 100644 --- a/gcc/rust/backend/rust-compile-extern.h +++ b/gcc/rust/backend/rust-compile-extern.h @@ -21,12 +21,6 @@ #include "rust-compile-base.h" #include "rust-compile-intrinsic.h" -#include "rust-compile-tyty.h" -#include "rust-compile-implitem.h" -#include "rust-compile-var-decl.h" -#include "rust-compile-stmt.h" -#include "rust-compile-expr.h" -#include "rust-compile-fnparam.h" namespace Rust { namespace Compile { |