]> git.xonotic.org Git - xonotic/gmqcc.git/commit
Fix negation type for VINSTR_NEG_V. Source operand for optimization instead of the...
authorDale Weiler <killfieldengine@gmail.com>
Mon, 30 Sep 2013 18:32:21 +0000 (14:32 -0400)
committerDale Weiler <killfieldengine@gmail.com>
Mon, 30 Sep 2013 18:32:21 +0000 (14:32 -0400)
commitb6f08e7fb1bbe347bbc8de38f6e5af924cfd7c6b
tree34d0a88587100dd5b2a0aa0a66e65f0c98f6140a
parent03b56bd41f087b8310ce9f6341106f8f82c133ce
Fix negation type for VINSTR_NEG_V. Source operand for optimization instead of the expression (to handle double negation elision properly.)
ast.c