This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [tree-ssa] Call get_stmt_operands from optimize_stmt


In message <20030813185401.GA16924@atrey.karlin.mff.cuni.cz>, Zdenek Dvorak wri
tes:
 >Hello,
 >
 >it happened to me that to optimize_stmt a modified statement arrived.
 >This caused a problem, since use_ops were set wrongly, the change was
 >done to nowhere and the variable there stayed unitialized.
 >
 >
 >	* tree-ssa-dom.c (optimize_stmt): Call get_stmt_operands.
OK.
jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]