From 97529b051fdc96384e441f563eef8c5717c61d44 Mon Sep 17 00:00:00 2001
From: merrill <merrill@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Thu, 24 Apr 1997 02:55:16 +0000
Subject: x

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13974 138bc75d-0d04-0410-961f-82ee72b054a4
---
 gcc/flags.h | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'gcc/flags.h')

diff --git a/gcc/flags.h b/gcc/flags.h
index ce4b96a8dd4..94decda09d5 100644
--- a/gcc/flags.h
+++ b/gcc/flags.h
@@ -392,3 +392,7 @@ extern int current_function_has_nonlocal_label;
    function.  */
 
 extern int current_function_has_nonlocal_goto;
+
+/* Nonzero if the current function is a thunk, so we should try to cut
+   corners where we can.  */
+int current_function_is_thunk;
-- 
cgit v1.2.1