shouldn't be here anymore
[libfirm] / ir / be / ia32 / ia32_architecture.c
index 21c9f0b..9893e50 100644 (file)
@@ -27,8 +27,8 @@
 #include "config.h"
 #endif
 
-#include <libcore/lc_opts.h>
-#include <libcore/lc_opts_enum.h>
+#include "lc_opts.h"
+#include "lc_opts_enum.h"
 
 #include "irtools.h"
 
@@ -180,7 +180,7 @@ static const lc_opt_table_entry_t ia32_architecture_options[] = {
                            &fp_unit_var),
        LC_OPT_ENT_NEGBIT("nooptcc",       "do not optimize calling convention",
                          &opt_cc, 1),
-       LC_OPT_ENT_BIT("unsafe_floatconv", "do unsage floating point controlword "
+       LC_OPT_ENT_BIT("unsafe_floatconv", "do unsafe floating point controlword "
                       "optimisations", &opt_unsafe_floatconv, 1),
        LC_OPT_LAST
 };