- fixed comment: bs cannot be NULL anymore (and was never NULL previously)
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 10 Sep 2008 01:03:04 +0000 (01:03 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 10 Sep 2008 01:03:04 +0000 (01:03 +0000)
[r21806]

ir/be/bearch.c

index 88c8482..e6dcabf 100644 (file)
@@ -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)