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
c4d387cb
Commit
c4d387cb
authored
Aug 11, 2008
by
yb9976
Browse files
Moved global variable heights to ia32_common_transform.
[r21082]
parent
067e9cbd
Changes
3
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_common_transform.c
View file @
c4d387cb
...
...
@@ -41,7 +41,9 @@
#include
"gen_ia32_regalloc_if.h"
/** hold the current code generator during transformation */
ia32_code_gen_t
*
env_cg
=
NULL
;
ia32_code_gen_t
*
env_cg
=
NULL
;
heights_t
*
heights
=
NULL
;
static
const
arch_register_req_t
no_register_req
=
{
arch_register_req_type_none
,
...
...
ir/be/ia32/ia32_common_transform.h
View file @
c4d387cb
...
...
@@ -28,6 +28,7 @@
#define FIRM_BE_IA32_IA32_COMMON_TRANSFORM_H
#include
"bearch_ia32_t.h"
#include
"height.h"
/**
* An assembler constraint.
...
...
@@ -43,6 +44,7 @@ struct constraint_t {
};
extern
ia32_code_gen_t
*
env_cg
;
extern
heights_t
*
heights
;
/**
* Get an atomic entity that is initialized with a tarval forming
...
...
ir/be/ia32/ia32_transform.c
View file @
c4d387cb
...
...
@@ -95,7 +95,6 @@
DEBUG_ONLY
(
static
firm_dbg_module_t
*
dbg
=
NULL
;)
static
ir_node
*
initial_fpcw
=
NULL
;
static
heights_t
*
heights
=
NULL
;
extern
ir_op
*
get_op_Mulh
(
void
);
...
...
Write
Preview
Supports
Markdown
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