From: Florian Krohm Date: Mon, 7 May 2012 03:28:18 +0000 (+0000) Subject: Remove an out-of-date comment. X-Git-Tag: svn/VALGRIND_3_8_1^2~154 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42e544be0ed8e2ba7361137a4801b8166c8bd455;p=thirdparty%2Fvalgrind.git Remove an out-of-date comment. git-svn-id: svn://svn.valgrind.org/vex/trunk@2324 --- diff --git a/VEX/priv/host_s390_defs.c b/VEX/priv/host_s390_defs.c index 29d56ad6f4..203bd01e8f 100644 --- a/VEX/priv/host_s390_defs.c +++ b/VEX/priv/host_s390_defs.c @@ -7237,8 +7237,7 @@ s390_insn_is_BR(const UChar *p, UChar reg) /* Load the 64-bit VALUE into REG. Note that this function must NOT optimise the generated code by looking at the value. I.e. using - LGHI if value == 0 would be very wrong. - fixs390: Do it in a way that works everywhere for now. */ + LGHI if value == 0 would be very wrong. */ static UChar * s390_tchain_load64(UChar *buf, UChar regno, ULong value) {