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
e1b25da9
Commit
e1b25da9
authored
Aug 21, 2003
by
Götz Lindenmaier
Browse files
header
[r1745]
parent
8a945601
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/tr/type.h
View file @
e1b25da9
/*
* Project: libFIRM
* File name: ir/tr/type.h
* Purpose: Representation of types.
* Author: Goetz Lindenmaier
* Modified by:
* Created:
* CVS-ID: $Id$
* Copyright: (c) 2001-2003 Universität Karlsruhe
* Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE.
*/
/**
*
*
@file type.h
* @file type.h
*
* Datastructure to hold type information.
* Project: libFIRM <br>
* File name: ir/tr/type.h <br>
* Purpose: Representation of types. <br>
* Author: Goetz Lindenmaier <br>
* Modified by: <br>
* Created: <br>
* Copyright: (c) 2001-2003 Universität Karlsruhe <br>
* Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. <br>
* CVS-ID: $Id$
*
* @author Goetz Lindenmaier
*
* Datastructure to hold type information.
*
* This module supplies a datastructure to represent all types
* known in the compiled program. This includes types specified
...
...
@@ -39,11 +36,12 @@
# ifndef _TYPE_H_
# define _TYPE_H_
# include <stdbool.h>
# include "tpop.h"
# include "firm_common.h"
# include "ident.h"
# include "irmode.h"
# include <stdbool.h>
# include "dbginfo.h"
...
...
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