@@ -4,6 +4,8 @@
#include "ir.h"
Value eval_arith(IRInstr instr, const Value *lhs, const Value *rhs);
Value eval_unary(IRInstr instr, const Value *v);
bool is_nonzero(const Value *v);
Value zero_val(Type ty);
#endif /* RUNTIME_H */
The note is not visible to the blocked user.