Fix logic error in is_builtin_expect() introduced in r24902.
[cparser] / driver / firm_opt.h
index 3c04f85..202db4f 100644 (file)
@@ -4,9 +4,6 @@
 #include <libfirm/firm_types.h>
 #include <libfirm/dbginfo.h>
 
-/** The floating point immediate mode if set. */
-extern ir_mode *firm_imm_fp_mode;
-
 enum rts_names {
   rts_debugbreak,  /**< the name of the __debugbreak() intrinsic */
   rts_abort,       /**< the name of the abort() function */