|
From: <sv...@va...> - 2012-12-20 19:44:25
|
florian 2012-12-20 19:44:18 +0000 (Thu, 20 Dec 2012)
New Revision: 2603
Log:
Fix typos. Should really use __func__ instead.
Modified files:
trunk/priv/host_s390_isel.c
Modified: trunk/priv/host_s390_isel.c (+2 -2)
===================================================================
--- trunk/priv/host_s390_isel.c 2012-12-20 16:58:52 +00:00 (rev 2602)
+++ trunk/priv/host_s390_isel.c 2012-12-20 19:44:18 +00:00 (rev 2603)
@@ -1899,7 +1899,7 @@
/* We get here if no pattern matched. */
irreducible:
ppIRExpr(expr);
- vpanic("s390_isel_int_expr: cannot reduce tree");
+ vpanic("s390_isel_float128_expr: cannot reduce tree");
}
/* Compute a 128-bit value into two 64-bit registers. These may be either
@@ -3156,7 +3156,7 @@
case Ity_V128: /* fall through */
default:
ppIRType(bb->tyenv->types[i]);
- vpanic("s390_isel_sb: IRTemp type");
+ vpanic("iselSB_S390: IRTemp type");
}
env->vregmap[i] = hreg;
|