git-svn-id: svn://svn.valgrind.org/vex/trunk@240
static void redundant_get_removal_BB ( IRBB* bb )
{
Hash64* env = newH64();
- UInt key;
+ UInt key = 0; /* keep gcc -O happy */
Int i;
Bool isPut;
ULong val;
static void handle_gets_Stmt ( Hash64* env, IRStmt* st )
{
- UInt key;
+ UInt key = 0; /* keep gcc -O happy */
Bool isGet;
IRExpr* e;
switch (st->tag) {
Int i, j;
Bool isPut;
IRStmt* st;
- UInt key;
+ UInt key = 0; /* keep gcc -O happy */
Hash64* env = newH64();
for (i = bb->stmts_used-1; i >= 0; i--) {