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
6779245e
Commit
6779245e
authored
Jul 06, 2010
by
Matthias Braun
Browse files
remove these largish/noisy headers
[r27699]
parent
879c2e5f
Changes
3
Hide whitespace changes
Inline
Side-by-side
ir/be/TEMPLATE/TEMPLATE_emitter.c
View file @
6779245e
...
...
@@ -102,16 +102,7 @@ static const arch_register_t *get_out_reg(const ir_node *node, int pos)
return
reg
;
}
/*************************************************************
* _ _ __ _ _
* (_) | | / _| | | | |
* _ __ _ __ _ _ __ | |_| |_ | |__ ___| |_ __ ___ _ __
* | '_ \| '__| | '_ \| __| _| | '_ \ / _ \ | '_ \ / _ \ '__|
* | |_) | | | | | | | |_| | | | | | __/ | |_) | __/ |
* | .__/|_| |_|_| |_|\__|_| |_| |_|\___|_| .__/ \___|_|
* | | | |
* |_| |_|
*************************************************************/
void
TEMPLATE_emit_immediate
(
const
ir_node
*
node
)
{
...
...
@@ -140,15 +131,7 @@ static void TEMPLATE_emit_cfop_target(const ir_node *node)
be_gas_emit_block_name
(
block
);
}
/***********************************************************************************
* _ __ _
* (_) / _| | |
* _ __ ___ __ _ _ _ __ | |_ _ __ __ _ _ __ ___ _____ _____ _ __| | __
* | '_ ` _ \ / _` | | '_ \ | _| '__/ _` | '_ ` _ \ / _ \ \ /\ / / _ \| '__| |/ /
* | | | | | | (_| | | | | | | | | | | (_| | | | | | | __/\ V V / (_) | | | <
* |_| |_| |_|\__,_|_|_| |_| |_| |_| \__,_|_| |_| |_|\___| \_/\_/ \___/|_| |_|\_\
*
***********************************************************************************/
/**
* Emits code for a unconditional jump.
...
...
ir/be/TEMPLATE/TEMPLATE_new_nodes.h
View file @
6779245e
...
...
@@ -27,17 +27,6 @@
#include
"TEMPLATE_nodes_attr.h"
/***************************************************************************************************
* _ _ _ __ _ _ _ _
* | | | | | | / / | | | | | | | |
* __ _| |_| |_ _ __ ___ ___| |_ / /_ _ ___| |_ _ __ ___ ___| |_| |__ ___ __| |___
* / _` | __| __| '__| / __|/ _ \ __| / / _` |/ _ \ __| | '_ ` _ \ / _ \ __| '_ \ / _ \ / _` / __|
* | (_| | |_| |_| | \__ \ __/ |_ / / (_| | __/ |_ | | | | | | __/ |_| | | | (_) | (_| \__ \
* \__,_|\__|\__|_| |___/\___|\__/_/ \__, |\___|\__| |_| |_| |_|\___|\__|_| |_|\___/ \__,_|___/
* __/ |
* |___/
***************************************************************************************************/
/**
* Returns the attributes of an TEMPLATE node.
*/
...
...
ir/be/begnuas.c
View file @
6779245e
...
...
@@ -569,8 +569,6 @@ void be_gas_emit_function_epilog(const ir_entity *entity)
be_emit_write_line
();
}
/************************************************************************/
/**
* Output a tarval.
*
...
...
@@ -844,10 +842,6 @@ static void emit_atomic_init(be_gas_decl_env_t *env, ir_node *init)
be_emit_write_line
();
}
/************************************************************************/
/* Routines to dump global variables */
/************************************************************************/
/**
* Dump a string constant.
* No checks are made!!
...
...
@@ -1593,8 +1587,6 @@ static void be_gas_emit_globals(ir_type *gt, be_gas_decl_env_t *env)
}
}
/************************************************************************/
/* Generate all entities. */
void
be_gas_emit_decls
(
const
be_main_env_t
*
main_env
)
{
...
...
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