| OLD | NEW |
| 1 /* Search an insn for pseudo regs that must be in hard regs and are not. | 1 /* Search an insn for pseudo regs that must be in hard regs and are not. |
| 2 Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, | 2 Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, |
| 3 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 |
| 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 4671 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4682 i = find_reloads_address (GET_MODE (x), &tem, XEXP (x, 0), &XEXP (x, 0), | 4682 i = find_reloads_address (GET_MODE (x), &tem, XEXP (x, 0), &XEXP (x, 0), |
| 4683 opnum, type, ind_levels, insn); | 4683 opnum, type, ind_levels, insn); |
| 4684 if (address_reloaded) | 4684 if (address_reloaded) |
| 4685 *address_reloaded = i; | 4685 *address_reloaded = i; |
| 4686 | 4686 |
| 4687 return tem; | 4687 return tem; |
| 4688 } | 4688 } |
| 4689 | 4689 |
| 4690 if (code == SUBREG && REG_P (SUBREG_REG (x))) | 4690 if (code == SUBREG && REG_P (SUBREG_REG (x))) |
| 4691 { | 4691 { |
error: old chunk mismatch |
None
| OLD | NEW |