aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cse.c b/cse.c
index 9370a6c..2a15745 100644
--- a/cse.c
+++ b/cse.c
@@ -17,7 +17,7 @@
#include "linearize.h"
#include "flow.h"
-#define INSN_HASH_SIZE 65536
+#define INSN_HASH_SIZE 256
static struct instruction_list *insn_hash_table[INSN_HASH_SIZE];
int repeat_phase;