mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 23:51:47 +08:00
i386.c (register_move_cost): Remove accidentally comitted #if 0 block.
* config/i386/i386.c (register_move_cost): Remove accidentally comitted #if 0 block. From-SVN: r126997
This commit is contained in:
parent
23b432076e
commit
e1f4b1ded7
@ -1,5 +1,8 @@
|
||||
2007-07-27 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* config/i386/i386.c (register_move_cost): Remove accidentally comitted
|
||||
#if 0 block.
|
||||
|
||||
* attribs.c: Include hashtab.h
|
||||
(attribute_hash): New.
|
||||
(substring): New structure.
|
||||
|
@ -20401,12 +20401,6 @@ ix86_register_move_cost (enum machine_mode mode, enum reg_class class1,
|
||||
{
|
||||
int cost = 1;
|
||||
|
||||
#if 0
|
||||
cost += MAX (inline_memory_move_cost (mode, class1, 0),
|
||||
inline_memory_move_cost (mode, class1, 1));
|
||||
cost += MAX (inline_memory_move_cost (mode, class2, 0),
|
||||
inline_memory_move_cost (mode, class2, 1));
|
||||
#endif
|
||||
cost += inline_memory_move_cost (mode, class1, 2);
|
||||
cost += inline_memory_move_cost (mode, class2, 2);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user