]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove an out-of-date comment.
authorFlorian Krohm <florian@eich-krohm.de>
Mon, 7 May 2012 03:28:18 +0000 (03:28 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Mon, 7 May 2012 03:28:18 +0000 (03:28 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@2324

VEX/priv/host_s390_defs.c

index 29d56ad6f42af313a2d95f8ceb73e317c035e211..203bd01e8fc320cb46478a49eb8977c7b9512a78 100644 (file)
@@ -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)
 {