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
bbc026e5
Commit
bbc026e5
authored
Feb 27, 2010
by
Jonas Fietz
Browse files
Fix extraneous space and add config.h to vrp.c
[r27232]
parent
d615bce8
Changes
1
Show whitespace changes
Inline
Side-by-side
ir/ana/vrp.c
View file @
bbc026e5
...
...
@@ -25,6 +25,7 @@
*/
#include "config.h"
#include "config.h"
#include "irtypes.h"
#include "vrp.h"
#include "irouts.h"
...
...
@@ -49,7 +50,7 @@ struct vrp_env_t {
worklist_t
*
worklist
;
};
int
update_vrp_data
(
ir_node
*
node
)
int
update_vrp_data
(
ir_node
*
node
)
{
tarval
*
new_bits_set
=
get_tarval_bad
();
...
...
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