SIGN IN SIGN UP

Issue #9011: Remove buggy and unnecessary ST->AST compilation code

dealing with unary minus applied to a constant.  The removed code was
mutating the ST, causing a second compilation to fail.  (The peephole
optimizer already takes care of optimizing this case, so there's no
lost optimization opportunity here.)
M
Mark Dickinson committed
d35a32e12eb7e3cf863cff80218e10c9bf3f351f
Parent: a1b3740