From: Michael Beck Date: Mon, 5 May 2008 11:42:16 +0000 (+0000) Subject: missing entry added X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=bb6d5ddc66bba7aa2998ac39c86fd845081d4c23;p=libfirm missing entry added [r19515] --- diff --git a/ir/stat/stat_dmp.c b/ir/stat/stat_dmp.c index 16f7b6c59..cd70f8a32 100644 --- a/ir/stat/stat_dmp.c +++ b/ir/stat/stat_dmp.c @@ -138,6 +138,7 @@ static const struct { { FS_OPT_RTS_SINH, "RTS optimization: call to sinh() replaced" }, { FS_OPT_RTS_COSH, "RTS optimization: call to cosh() replaced" }, { FS_OPT_RTS_TANH, "RTS optimization: call to tanh() replaced" }, + { FS_OPT_RTS_SYMMETRIC, "RTS optimization: call to symmetric function f(-x) replaced by f(x)" }, { FS_OPT_RTS_STRCMP, "RTS optimization: call to strcmp() replaced" }, { FS_OPT_RTS_STRNCMP, "RTS optimization: call to strncmp() replaced" }, { FS_OPT_RTS_MEMCPY, "RTS optimization: call to memcpy() replaced" },