Skip to content

Commit

Permalink
#198 upstream changes to allow upvalues to be replaced by constants w…
Browse files Browse the repository at this point in the history
…hen a local is assigned a literal value
  • Loading branch information
dibyendumajumdar committed Mar 20, 2022
1 parent ab0bfbb commit a461f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ravicomp/src/linearizer.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ enum {
MAXBIT = N_WORDS * ESIZE /* total bits */
};

static_assert(N_WORDS == 4, "Invalid computation of bitset size"); /* must be kept in sync with PseudoGeneraotor.bits */
//static_assert(N_WORDS == 4, "Invalid computation of bitset size"); /* must be kept in sync with PseudoGeneraotor.bits */

/* Identify the top most register allocated; this is useful when we need
* to ensure that the next register goes to the top of the stack
Expand Down

0 comments on commit a461f60

Please sign in to comment.