|
From: <sv...@va...> - 2012-05-07 03:28:26
|
florian 2012-05-07 04:28:18 +0100 (Mon, 07 May 2012)
New Revision: 2324
Log:
Remove an out-of-date comment.
Modified files:
trunk/priv/host_s390_defs.c
Modified: trunk/priv/host_s390_defs.c (+1 -2)
===================================================================
--- trunk/priv/host_s390_defs.c 2012-05-06 04:34:55 +01:00 (rev 2323)
+++ trunk/priv/host_s390_defs.c 2012-05-07 04:28:18 +01:00 (rev 2324)
@@ -7237,8 +7237,7 @@
/* 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)
{
|