Do not emit cld in the CopyB prologue. The ABI mandates that DF is cleared, so do...
[libfirm] / ir / be / ia32 / ia32_fpu.h
index 3b96fa0..fac14cd 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.
  *
@@ -23,8 +23,8 @@
  * @author  Matthias Braun
  * @version $Id$
  */
-#ifndef FIRM_BE_IA32_FPU_H
-#define FIRM_BE_IA32_FPU_H
+#ifndef FIRM_BE_IA32_IA32_FPU_H
+#define FIRM_BE_IA32_IA32_FPU_H
 
 #include "bearch_ia32_t.h"
 
@@ -33,4 +33,4 @@
  */
 void ia32_setup_fpu_mode(ia32_code_gen_t *cg);
 
-#endif
+#endif /* FIRM_BE_IA32_IA32_FPU_H */