mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-08-02 22:30:41 +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,
|
module: &Module,
|
||||||
id_defs: &'a GlobalStringIdentResolver2<'input>,
|
id_defs: &'a GlobalStringIdentResolver2<'input>,
|
||||||
) -> Self {
|
) -> Self {
|
||||||
let context= module.context();
|
let context = module.context();
|
||||||
ModuleEmitContext {
|
ModuleEmitContext {
|
||||||
context: context.get(),
|
context: context.get(),
|
||||||
module: module.get(),
|
module: module.get(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue