mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-20 08:24:44 +00:00
LLVM unit tests: Fix typo
This commit is contained in:
parent
0aa8f5c142
commit
626763b4e2
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ impl<'a, 'input> ModuleEmitContext<'a, 'input> {
|
|||
module: &Module,
|
||||
id_defs: &'a GlobalStringIdentResolver2<'input>,
|
||||
) -> Self {
|
||||
let context= module.context();
|
||||
let context = module.context();
|
||||
ModuleEmitContext {
|
||||
context: context.get(),
|
||||
module: module.get(),
|
||||
|
|
Loading…
Add table
Reference in a new issue