summaryrefslogtreecommitdiff
path: root/gcc/toplev.h
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2010-10-16 12:13:21 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2010-10-16 12:13:21 +0000
commit43c54942c651d675b7f0e2f74035964bceb23844 (patch)
treebe148ffa184ab91c4822bea3c64fbadecaa527d4 /gcc/toplev.h
parent7332acfcfbd1a9c70674c62419096022f72bd201 (diff)
downloadgcc-43c54942c651d675b7f0e2f74035964bceb23844.tar.gz
* opts.c (set_fast_math_flags,
set_unsafe_math_optimizations_flags): Make static. * toplev.h (set_fast_math_flags, set_unsafe_math_optimizations_flags): Remove prototypes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165540 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/toplev.h')
-rw-r--r--gcc/toplev.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/toplev.h b/gcc/toplev.h
index c72f4681fbf..d38d4ebdd16 100644
--- a/gcc/toplev.h
+++ b/gcc/toplev.h
@@ -98,13 +98,6 @@ extern const char * default_pch_valid_p (const void *, size_t);
/* The hashtable, so that the C front ends can pass it to cpplib. */
extern struct ht *ident_hash;
-/* This function can be used by targets to set the flags originally
- implied by -ffast-math and -fno-fast-math. */
-
-extern void set_fast_math_flags (int);
-
-extern void set_unsafe_math_optimizations_flags (int);
-
/* Handle -d switch. */
extern void decode_d_option (const char *);