Typo fixed
This commit is contained in:
committed by
KonstantinAnisimov
parent
8661baabad
commit
78d2186f97
+1
-1
@@ -386,7 +386,7 @@ internal class CodeGeneratorVisitor(val context: Context) : IrElementVisitorVoid
|
||||
/**
|
||||
* The scope of variable visibility.
|
||||
*/
|
||||
open private inner class VariableScope : InnerScopeImpl() {
|
||||
private inner class VariableScope : InnerScopeImpl() {
|
||||
|
||||
override fun genDeclareVariable(descriptor: VariableDescriptor, value: LLVMValueRef?): Int {
|
||||
return codegen.vars.createVariable(descriptor to this, value)
|
||||
|
||||
Reference in New Issue
Block a user