From 7f4db7c80779ecbc57d1146654daf0acfe18de66 Mon Sep 17 00:00:00 2001 From: rus Date: Mon, 9 Nov 2009 20:58:24 +0000 Subject: merge from trunk git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/profile-stdlib@154052 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/flags.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'gcc/flags.h') diff --git a/gcc/flags.h b/gcc/flags.h index 8b71302f3e4..bd8b82d4372 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -111,6 +111,17 @@ extern int optimize; extern int optimize_size; +/* True if this is the LTO front end (lto1). This is used to disable + gimple generation and lowering passes that are normally run on the + output of a front end. These passes must be bypassed for lto since + they have already been done before the gimple was written. */ + +extern bool in_lto_p; + +/* Nonzero if we should write GIMPLE bytecode for link-time optimization. */ + +extern int flag_generate_lto; + /* Used to set the level of -Wstrict-aliasing, when no level is specified. The external way to set the default level is to use -Wstrict-aliasing=level. -- cgit v1.2.1