just comments
This commit is contained in:
@ -680,10 +680,12 @@ int generateFunctionStart(Instruction *inst) {
|
|||||||
printdebug("generateFunctionStart failed, NULL tablenode");
|
printdebug("generateFunctionStart failed, NULL tablenode");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//this is independent of parameters:
|
||||||
fprintf(cg_flag, "%s:\n", getName(getTN(op1)));
|
fprintf(cg_flag, "%s:\n", getName(getTN(op1)));
|
||||||
fprintf(cg_flag, "\tpushq\t%%rbp\n");
|
fprintf(cg_flag, "\tpushq\t%%rbp\n");
|
||||||
fprintf(cg_flag, "\tmovq\t%%rsp, %%rbp\n");
|
fprintf(cg_flag, "\tmovq\t%%rsp, %%rbp\n");
|
||||||
|
|
||||||
|
//now we need to add the CGs of nodes to the CG list by doing assign from the
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user