From 2ba470dbd1cf5b505632290e2a75f6965deb6e97 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 10 Sep 2008 01:03:04 +0000 Subject: [PATCH] - fixed comment: bs cannot be NULL anymore (and was never NULL previously) [r21806] --- ir/be/bearch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/bearch.c b/ir/be/bearch.c index 88c8482ff..e6dcabfe3 100644 --- a/ir/be/bearch.c +++ b/ir/be/bearch.c @@ -52,7 +52,7 @@ arch_env_t *arch_env_init(const arch_isa_if_t *isa_if, FILE *file_handle, be_mai /** * Put all registers in a class into a bitset. * @param cls The class. - * @param bs The bitset. May be NULL. + * @param bs The bitset. * @return The number of registers in the class. */ static int arch_register_class_put(const arch_register_class_t *cls, bitset_t *bs) -- 2.20.1