]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Use consistently chase1() in MSVC specific transformation hacks.
authorIvo Raisr <ivosh@ivosh.net>
Fri, 24 Mar 2017 13:46:15 +0000 (13:46 +0000)
committerIvo Raisr <ivosh@ivosh.net>
Fri, 24 Mar 2017 13:46:15 +0000 (13:46 +0000)
This code is experimental and not used by default but should be self-consistent.
n-i-bz

git-svn-id: svn://svn.valgrind.org/vex/trunk@3329

VEX/priv/ir_opt.c

index 914dbffca68dde7dac7170bff5cdc1ab8221d242..12368a442b7a96261a62cd52e79d28623ed41870 100644 (file)
@@ -6007,7 +6007,7 @@ static void print_flat_expr ( IRExpr** env, IRExpr* e )
       case Iex_RdTmp:
          ppIRTemp(e->Iex.RdTmp.tmp);
          vex_printf("=");
-         print_flat_expr(env, chase(env, e));
+         print_flat_expr(env, chase1(env, e));
          break;
       case Iex_Const:
       case Iex_CCall: