From: Julian Seward Date: Sun, 22 Jan 2006 20:12:45 +0000 (+0000) Subject: Comment-only changes. X-Git-Tag: svn/VALGRIND_3_2_0~325 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03788036db6d5a1a19e67361f45e5483f2134282;p=thirdparty%2Fvalgrind.git Comment-only changes. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5586 --- diff --git a/coregrind/m_translate.c b/coregrind/m_translate.c index 8d1f140a4c..1461dbaa71 100644 --- a/coregrind/m_translate.c +++ b/coregrind/m_translate.c @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------*/ -/*--- The JITter proper: register allocation & code improvement ---*/ +/*--- Interface to LibVEX_Translate, and the SP-update pass ---*/ /*--- m_translate.c ---*/ /*--------------------------------------------------------------------*/ @@ -328,6 +328,7 @@ IRBB* vg_SP_update_pass ( void* closureV, case 32: DO(die, 32, tttmp); addStmtToIRBB(bb,st); continue; case -32: DO(new, 32, tttmp); addStmtToIRBB(bb,st); continue; default: + /* common values for ppc64: 144 128 160 112 176 */ n_SP_updates_generic_known++; goto generic; }