diff options
Diffstat (limited to 'gcc/ira.h')
-rw-r--r-- | gcc/ira.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ira.h b/gcc/ira.h index 5f964c47a42..165274d95f7 100644 --- a/gcc/ira.h +++ b/gcc/ira.h @@ -20,6 +20,10 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see <http://www.gnu.org/licenses/>. */ +/* True if we have allocno conflicts. It is false for non-optimized + mode or when the conflict table is too big. */ +extern bool ira_conflicts_p; + extern void ira_init_once (void); extern void ira_init (void); extern void ira_finish_once (void); |