From: Mathieu Desnoyers Date: Sat, 14 Jul 2012 03:33:09 +0000 (-0400) Subject: Filter: cast double directly to s64 X-Git-Tag: v2.1.0-rc1~85 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=29fefef89ab4dd5ad6be0ace2c30c0887749f925;hp=29fefef89ab4dd5ad6be0ace2c30c0887749f925;p=lttng-tools.git Filter: cast double directly to s64 When we know that the child is a double we can cast it directly without letting the specializer do it. Signed-off-by: Mathieu Desnoyers ---