X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeverify.h;h=ebfb980084aa8f22b1528178b5b6ca2fc17f02d3;hb=e9137de01e1ed5e7a8baee8d23a59e82ad634af5;hp=238f3a06cbde591eb64c119a06b6f6e7d9759b3d;hpb=2d7baf015cf5b1751d3297c2e3c5f08421c730cd;p=libfirm diff --git a/ir/be/beverify.h b/ir/be/beverify.h index 238f3a06c..ebfb98008 100644 --- a/ir/be/beverify.h +++ b/ir/be/beverify.h @@ -25,15 +25,15 @@ * @param arch_env An architecture environment * @param cls The register class to check * @param irg The irg to check - * @return 1 on success, 0 otherwise + * @return 1 if the pressure is valid, 0 otherwise */ int be_verify_register_pressure(const arch_env_t *arch_env, const arch_register_class_t* cls, ir_graph *irg); /** * Does some sanity checks on the schedule. * - * @param irg The irg to check - * @return 1 on success, 0 otherwise + * @param irg The irg to check + * @return 1 if the schedule is valid, 0 otherwise */ int be_verify_schedule(ir_graph *irg);