OLD | NEW |
1 /* Subroutines for manipulating rtx's in semantically interesting ways. | 1 /* Subroutines for manipulating rtx's in semantically interesting ways. |
2 Copyright (C) 1987, 1991, 1994, 1995, 1996, 1997, 1998, | 2 Copyright (C) 1987, 1991, 1994, 1995, 1996, 1997, 1998, |
3 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 | 3 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
4 Free Software Foundation, Inc. | 4 Free Software Foundation, Inc. |
5 | 5 |
6 This file is part of GCC. | 6 This file is part of GCC. |
7 | 7 |
8 GCC is free software; you can redistribute it and/or modify it under | 8 GCC is free software; you can redistribute it and/or modify it under |
9 the terms of the GNU General Public License as published by the Free | 9 the terms of the GNU General Public License as published by the Free |
10 Software Foundation; either version 3, or (at your option) any later | 10 Software Foundation; either version 3, or (at your option) any later |
(...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
603 } | 603 } |
604 | 604 |
605 /* Like copy_to_reg but always give the new register mode Pmode | 605 /* Like copy_to_reg but always give the new register mode Pmode |
606 in case X is a constant. */ | 606 in case X is a constant. */ |
607 | 607 |
608 rtx | 608 rtx |
609 copy_addr_to_reg (rtx x) | 609 copy_addr_to_reg (rtx x) |
610 { | 610 { |
611 return copy_to_mode_reg (Pmode, x); | 611 return copy_to_mode_reg (Pmode, x); |
612 } | 612 } |
error: old chunk mismatch |
None
OLD | NEW |