shouldn't be here anymore
[libfirm] / ir / be / ia32 / ia32_architecture.c
index 7d22aae..9893e50 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
@@ -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
 };