]> de.git.xonotic.org Git - xonotic/gmqcc.git/commit
Another peephole optimization which removes superfluous expressions such as (A +...
authorDale Weiler <killfieldengine@gmail.com>
Fri, 4 Oct 2013 10:46:54 +0000 (06:46 -0400)
committerDale Weiler <killfieldengine@gmail.com>
Fri, 4 Oct 2013 10:46:54 +0000 (06:46 -0400)
commitcc693705755f277d33bb2fb3c1a801491294dcd9
tree20a73382055098b5b58fb9713187f1dde979388d
parent263fcfbc2fa4f752778f402dbb257a4baebfef85
Another peephole optimization which removes superfluous expressions such as (A + 0), (A - 0), (A * 1) and (A / 1).
ast.c
fold.c
parser.h