X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fcompiler%2F_info;h=9f3945397386cc7ff058c1529143671dbf259be5;hp=e42ebb0fb358114747405477d2fcc801727023c4;hb=e764d0a27d2b6748ea7d343042ec7d6dda1f6aae;hpb=2578442d9f40350f51cca44eeef60768dbae2dc6;ds=inline diff --git a/ccan/compiler/_info b/ccan/compiler/_info index e42ebb0f..9f394539 100644 --- a/ccan/compiler/_info +++ b/ccan/compiler/_info @@ -10,7 +10,7 @@ * For functions not called in fast paths (aka. cold functions) * - PRINTF_FMT * For functions which take printf-style parameters. - * - IDEMPOTENT + * - CONST_FUNCTION * For functions which return the same value for same parameters. * - NEEDED * For functions and variables which must be emitted even if unused. @@ -18,7 +18,7 @@ * For functions and variables which need not be emitted if unused. * - UNUSED * For parameters which are not used. - * - IS_COMPILE_CONSTANT + * - IS_COMPILE_CONSTANT() * For using different tradeoffs for compiletime vs runtime evaluation. * * License: Public Domain