Skip to content

Commit

Permalink
Update compiler/rustc_codegen_ssa/src/mir/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Esteban Kuber <[email protected]>
  • Loading branch information
iSwapna and estebank committed Dec 15, 2024
1 parent a035e3a commit ec78d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_codegen_ssa/src/mir/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ use self::debuginfo::{FunctionDebugContext, PerLocalVarDebugInfo};
use self::operand::{OperandRef, OperandValue};
use self::place::PlaceRef;

const MIN_DANGEROUS_SIZE: u64 = 1024 * 1024 * 1024 * 1; // 1 GB
const MIN_DANGEROUS_ALLOC_SIZE: u64 = 1024 * 1024 * 1024 * 1; // 1 GB

// Used for tracking the state of generated basic blocks.
enum CachedLlbb<T> {
Expand Down

0 comments on commit ec78d7b

Please sign in to comment.