Skip to content

Instantly share code, notes, and snippets.

@sxhmilyoyo
Created May 11, 2018 14:04
Show Gist options
  • Save sxhmilyoyo/6e048f72f40cf690a9b94f09c82bb541 to your computer and use it in GitHub Desktop.
Save sxhmilyoyo/6e048f72f40cf690a9b94f09c82bb541 to your computer and use it in GitHub Desktop.
struct quad{
int flag;
struct variable *operation;
struct variable *arg1;
struct variable *arg2;
struct variable *result;
struct quad *next;
}quads[TOTAL];
// remove the duplicate assignment
struct quad *rmDupAssign();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment