correction SymTable
This commit is contained in:
@@ -101,7 +101,7 @@ TypeLLVMVisitor<String,String>
|
||||
|
||||
@Override
|
||||
public String visitAllocaLLVM(allocaLLVMImpl e, String h) {
|
||||
return "alloca" + e.type().accept(this, h);
|
||||
return "alloca " + e.type().accept(this, h);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user