diff options
Diffstat (limited to 'src/ir_cse.c')
| -rw-r--r-- | src/ir_cse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ir_cse.c b/src/ir_cse.c index 23c5cf9..62976a2 100644 --- a/src/ir_cse.c +++ b/src/ir_cse.c @@ -1,4 +1,5 @@ #include "ir.h" +#include "u_hash.h" static inline bool pure(const struct instr *ins) |