Update x64 backend to use new lowering APIs.

This commit is contained in:
Chris Fallin
2020-05-17 16:22:35 -07:00
parent 72e6be9342
commit 687aca00fe
8 changed files with 205 additions and 303 deletions

View File

@@ -77,8 +77,8 @@ mod riscv;
#[cfg(feature = "x86")]
mod x86;
//#[cfg(feature = "x64")]
//mod x64;
#[cfg(feature = "x64")]
mod x64;
#[cfg(feature = "arm32")]
mod arm32;