X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftv%2Ffltcalc.c;h=1c6512c13194426dd154c587ae1c31efd6a3e751;hb=031078da41d1889efcb12250ca35a0124b30cefa;hp=15d91a058639ac8a59e08420c38c3f10fd601a0b;hpb=f35117c9cdcf05135c3a0f3be6f4d0861237907b;p=libfirm diff --git a/ir/tv/fltcalc.c b/ir/tv/fltcalc.c index 15d91a058..1c6512c13 100644 --- a/ir/tv/fltcalc.c +++ b/ir/tv/fltcalc.c @@ -22,7 +22,6 @@ * @brief tarval floating point calculations * @date 2003 * @author Mathias Heil - * @version $Id$ */ #include "config.h" @@ -1501,13 +1500,12 @@ fp_value *fc_int(const fp_value *a, fp_value *result) fp_value *fc_rnd(const fp_value *a, fp_value *result) { - if (result == NULL) result = calc_buffer; - - (void) a; + (void)a; + (void)result; TRACEPRINTF(("%s ", fc_print(a, buffer, sizeof(buffer), FC_PACKED))); TRACEPRINTF(("rounded to integer ")); - panic("fc_rnd() not yet implemented"); + panic("not yet implemented"); } /*