mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-09-27 11:49:04 +00:00
FIx typo
This commit is contained in:
parent
c47ca83ef2
commit
04aec65066
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ pub fn to_llvm_module<'input>(
|
|||
let sreg_map = SpecialRegistersMap::new(&mut scoped_resolver)?;
|
||||
let directives = filter_for_demo::run(ast.directives);
|
||||
on_pass_end("filter_for_demo");
|
||||
let directives = normalize_identifiers2::run(&mut scoped_resolver, directives)?;
|
||||
let directives = normalize_identifiers::run(&mut scoped_resolver, directives)?;
|
||||
on_pass_end("normalize_identifiers2");
|
||||
let directives = replace_known_functions::run(&mut flat_resolver, directives);
|
||||
on_pass_end("replace_known_functions");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue