Rename feed_event's loc to source_loc

This commit is contained in:
Mark McCaskey
2020-02-25 17:15:17 -08:00
parent 6f5ebb564c
commit 52d4dac450
7 changed files with 16 additions and 15 deletions

View File

@ -1105,7 +1105,7 @@ impl<'ctx> FunctionCodeGenerator<CodegenError> for LLVMFunctionCodeGenerator<'ct
&mut self,
event: Event,
module_info: &ModuleInfo,
_loc: u32,
_source_loc: u32,
) -> Result<(), CodegenError> {
let mut state = &mut self.state;
let builder = self.builder.as_ref().unwrap();