bearch: Add and use be_foreach_value().
[libfirm] / ir / be / ia32 / ia32_fpu.h
index c0f6db0..affeeff 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.
  *
@@ -21,7 +21,6 @@
  * @file
  * @brief   Handles fpu rounding modes
  * @author  Matthias Braun
- * @version $Id$
  */
 #ifndef FIRM_BE_IA32_IA32_FPU_H
 #define FIRM_BE_IA32_IA32_FPU_H
@@ -31,6 +30,6 @@
 /**
  * Handle switching of fpu mode
  */
-void ia32_setup_fpu_mode(ia32_code_gen_t *cg);
+void ia32_setup_fpu_mode(ir_graph *irg);
 
-#endif /* FIRM_BE_IA32_IA32_FPU_H */
+#endif