Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
12ad4306
Commit
12ad4306
authored
Aug 24, 2009
by
yb9976
Browse files
@note instead of @Note
[r26414]
parent
e8985340
Changes
3
Hide whitespace changes
Inline
Side-by-side
include/libfirm/adt/list.h
View file @
12ad4306
...
...
@@ -96,7 +96,7 @@ static inline void __list_del(struct list_head * prev, struct list_head * next)
* list_del - deletes entry from list.
* @param entry the element to delete from the list.
*
* @
N
ote
* @
n
ote
* list_empty on entry does not return true after this, the entry is
* in an undefined state.
*/
...
...
include/libfirm/lowering.h
View file @
12ad4306
...
...
@@ -254,8 +254,8 @@ ir_graph_pass_t *lower_highlevel_graph_pass(const char *name, int lower_bitfield
* Handle bit fields by added And/Or calculations.
* Lowers all graphs.
*
* @
N
ote
:
There is NO lowering of objects oriented types. This is highly compiler
*
and ABI specific and should be placed directly in the compiler.
* @
n
ote There is NO lowering of objects oriented types. This is highly compiler
* and ABI specific and should be placed directly in the compiler.
*/
void
lower_highlevel
(
int
lower_bitfields
);
...
...
include/libfirm/typerep.h
View file @
12ad4306
...
...
@@ -638,7 +638,7 @@ int is_entity(const void *thing);
/** Returns true if the type of the entity is a primitive, pointer
* enumeration or method type.
*
* @
N
ote This is a different classification than from is_primitive_type().
* @
n
ote This is a different classification than from is_primitive_type().
*/
int
is_atomic_entity
(
ir_entity
*
ent
);
/** Returns true if the type of the entity is a class, structure,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment