added a few benchmarks/testapps from http://shootout.alioth.debian.org
[libfirm] / ir / be / beabi.h
index b1ac213..7aa4dfc 100644 (file)
@@ -16,9 +16,6 @@
 #include "bearch.h"
 #include "beabi_t.h"
 
-/** Flag: if set, try to omit the frame pointer if alled by the backend */
-extern int be_omit_fp;
-
 struct _be_abi_call_flags_bits_t {
        unsigned left_to_right          : 1;  /**< Arguments are from left to right. */
        unsigned store_args_sequential  : 1;  /**< Use sequential stores for arguments. */