OLD | NEW |
1 /* Expands front end tree to back end RTL for GCC. | 1 /* Expands front end tree to back end RTL for GCC. |
2 Copyright (C) 1987, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, | 2 Copyright (C) 1987, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, |
3 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 1998, 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 1805 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1816 frame_pointer_rtx. */ | 1816 frame_pointer_rtx. */ |
1817 virtuals_instantiated = 1; | 1817 virtuals_instantiated = 1; |
1818 return 0; | 1818 return 0; |
1819 } | 1819 } |
1820 | 1820 |
1821 struct rtl_opt_pass pass_instantiate_virtual_regs = | 1821 struct rtl_opt_pass pass_instantiate_virtual_regs = |
1822 { | 1822 { |
1823 { | 1823 { |
1824 RTL_PASS, | 1824 RTL_PASS, |
1825 "vregs", /* name */ | 1825 "vregs", /* name */ |
error: old chunk mismatch |
None
OLD | NEW |