Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
953 changes: 1 addition & 952 deletions cc/arch/aarch64/codegen.rs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cc/arch/aarch64/lir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// enabling peephole optimizations before final assembly emission.
//

use super::codegen::{Reg, VReg};
use super::regalloc::{Reg, VReg};
use crate::arch::lir::{Directive, EmitAsm, FpSize, Label, OperandSize, Symbol};
use crate::target::{Os, Target};
use std::fmt::{self, Write};
Expand Down
1 change: 1 addition & 0 deletions cc/arch/aarch64/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
pub mod codegen;
pub mod lir;
pub mod macros;
pub mod regalloc;

pub use macros::get_macros;
Loading