From b840184bb09b9d5e4272f848dcaa7c4973dfdcd5 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sat, 4 Feb 2017 22:12:06 -0500 Subject: memcpy and memset builtins support volatile pointers See #238 --- src/all_types.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/all_types.hpp') diff --git a/src/all_types.hpp b/src/all_types.hpp index ccb63643c6..18f668c0ef 100644 --- a/src/all_types.hpp +++ b/src/all_types.hpp @@ -2064,7 +2064,6 @@ struct IrInstructionMemset { IrInstruction *dest_ptr; IrInstruction *byte; IrInstruction *count; - bool is_volatile; }; struct IrInstructionMemcpy { @@ -2073,7 +2072,6 @@ struct IrInstructionMemcpy { IrInstruction *dest_ptr; IrInstruction *src_ptr; IrInstruction *count; - bool is_volatile; }; struct IrInstructionSlice { -- cgit v1.2.3