From: Julian Seward Date: Fri, 8 Oct 2004 21:37:15 +0000 (+0000) Subject: Change tabs to spaces. Whitespace change only. X-Git-Tag: svn/VALGRIND_3_0_1^2~1024 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a0520cd84aac4b7b8ec34a8a607d6a1c0637a6f;p=thirdparty%2Fvalgrind.git Change tabs to spaces. Whitespace change only. git-svn-id: svn://svn.valgrind.org/vex/trunk@310 --- diff --git a/VEX/priv/ir/iropt.c b/VEX/priv/ir/iropt.c index b74c4b6329..2b175994fd 100644 --- a/VEX/priv/ir/iropt.c +++ b/VEX/priv/ir/iropt.c @@ -492,7 +492,7 @@ static IRExpr* fold_Expr ( IRExpr* e ) || e->Iex.Binop.op == Iop_And8) && sameIRTemps(e->Iex.Binop.arg1, e->Iex.Binop.arg2)) { e2 = e->Iex.Binop.arg1; - } + } } } @@ -1214,13 +1214,13 @@ void spec_helpers_BB ( IRBB* bb, if (!st || st->tag != Ist_Tmp || st->Ist.Tmp.data->tag != Iex_CCall) - continue; + continue; ex = (*specHelper)( st->Ist.Tmp.data->Iex.CCall.name, st->Ist.Tmp.data->Iex.CCall.args ); if (!ex) - /* the front end can't think of a suitable replacement */ - continue; + /* the front end can't think of a suitable replacement */ + continue; /* We got something better. Install it in the bb. */ bb->stmts[i] @@ -1527,7 +1527,7 @@ static void setHints_Expr (Bool* doesLoad, Bool* doesGet, IRExpr* e ) return; case Iex_LDle: *doesLoad |= True; - setHints_Expr(doesLoad, doesGet, e->Iex.LDle.addr); + setHints_Expr(doesLoad, doesGet, e->Iex.LDle.addr); return; case Iex_Get: *doesGet |= True;