Fix -ddump-stg flag
-ddump-stg
was dumping the initial STG (just after Core-to-STG pass)
which was misleading because we want the final STG to know if a function
allocates or not.
Now we have a new flag -ddump-stg-from-core
for this and -ddump-stg
is deprecated.
Edited by Sylvain Henry