From bb6d5ddc66bba7aa2998ac39c86fd845081d4c23 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 5 May 2008 11:42:16 +0000 Subject: [PATCH] missing entry added [r19515] --- ir/stat/stat_dmp.c | 1 + 1 file changed, 1 insertion(+) 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" }, -- 2.20.1