Function come::ir::function::statement::alloca::parse

source ·
pub fn parse(code: &str) -> IResult<&str, Alloca>
Expand description

Parse ir code to get an Alloca instruction.