Skip to content

Commit 77a8889

Browse files
iSwapnaestebank
andauthored
Update compiler/rustc_codegen_ssa/src/mir/mod.rs
Co-authored-by: Esteban Kuber <[email protected]>
1 parent d2757a2 commit 77a8889

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_codegen_ssa/src/mir

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_ssa/src/mir/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ use self::debuginfo::{FunctionDebugContext, PerLocalVarDebugInfo};
3333
use self::operand::{OperandRef, OperandValue};
3434
use self::place::PlaceRef;
3535

36-
const MIN_DANGEROUS_SIZE: u64 = 1024 * 1024 * 1024 * 1; // 1 GB
36+
const MIN_DANGEROUS_ALLOC_SIZE: u64 = 1024 * 1024 * 1024 * 1; // 1 GB
3737

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

0 commit comments

Comments
 (0)