mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-01 13:30:42 +00:00
85e6dd965f
At the statement level, all pointer types are the same, so just return the op obtained from the sub-expression when the low-level type of the alias expression matches the low-level type of the type of type sub-expression operand. With this, the alias of a value code can be removed (I always thought it was wrong), which is what broke calling obj_msgSend_super (type &.super param lost the &). Now I have to deal with pointer values in the optimizer :/ |
||
---|---|---|
.. | ||
doc | ||
include | ||
source | ||
test | ||
AUTHORS | ||
bootstrap | ||
configure.in | ||
Makefile.am | ||
TODO |