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
1f4c9d85
Commit
1f4c9d85
authored
Mar 12, 2001
by
Götz Lindenmaier
Browse files
*** empty log message ***
[r125]
parent
b3f602ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Changes
View file @
1f4c9d85
12.3.2001 Goetz
Fooled around with if_while_example: Why does cse make it abort?
Cse removes path to End node, Bad remains as pred of Endblock.
The block walker can't deal with this.
Made new example with only loop: while_example.
12.3.2001 Boris
added auto documentation in Makefiles, configure, etc
example in ir/ir/ircons.c - much must be added
...
...
README
View file @
1f4c9d85
...
...
@@ -15,8 +15,11 @@ cd testprograms
make
make run
if you have set up the include and libdir using configure you can install
the library and its headers by 'make install'
If you have set up the include and libdir using configure you can install
the library and its headers by 'make install'. This is encouraged if the
library is hooked up to any other modules, e.g., a front end. Only the
external headers are guaranteed to remain stable, the implementation might
change.
For more documentation see /include/firm.h.
To generate FIRM code from a compiler frontend read the documentation
...
...
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