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
862c3177
Commit
862c3177
authored
Aug 01, 2008
by
Matthias Braun
Browse files
avoid warnings
[r20901]
parent
737e5ba7
Changes
3
Show whitespace changes
Inline
Side-by-side
include/libfirm/irarch.h
View file @
862c3177
...
...
@@ -39,7 +39,7 @@ typedef enum instr {
ADD
,
/**< the ADD instruction */
ZERO
,
/**< creates a ZERO constant */
MUL
,
/**< the original MUL instruction */
ROOT
,
/**< the ROOT value that is multiplied */
ROOT
/**< the ROOT value that is multiplied */
}
insn_kind
;
/**
...
...
include/libfirm/irmemory.h
View file @
862c3177
...
...
@@ -65,7 +65,7 @@ typedef enum {
ir_sc_tls
=
0x4
,
/**< an address of a thread local storage variable */
ir_sc_malloced
=
0x5
,
/**< an allocated heap address */
ir_sc_modifier_nottaken
=
0x80
,
/**< if set, the address of the variable was not taken */
ir_sc_modifier_nottaken
=
0x80
/**< if set, the address of the variable was not taken */
}
ir_storage_class_class_t
;
/**
...
...
include/libfirm/irmode.h
View file @
862c3177
...
...
@@ -82,7 +82,7 @@ typedef enum {
Integer computations can be performed. */
irms_float_number
,
/**< A mode to represent float numbers.
Floating point computations can be performed. */
irms_reference
,
/**< A mode to represent entities.
irms_reference
/**< A mode to represent entities.
Restricted int computations can be performed */
}
ir_mode_sort
;
...
...
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