irdump: dump interfaces take const ir_node* now
[libfirm] / ir / be / TEMPLATE / TEMPLATE_spec.pl
index 63ed205..6518546 100644 (file)
@@ -1,15 +1,11 @@
-# Creation: 2006/02/13
-# $Id$
-
 # the cpu architecture (ia32, ia64, mips, sparc, ppc, ...)
-
 $arch = "TEMPLATE";
 
 #
 # Modes
 #
 $mode_gp  = "mode_Iu"; # mode used by general purpose registers
-$mode_fp  = "mode_E";  # mode used by floatingpoint registers
+$mode_fp  = "mode_F";  # mode used by floatingpoint registers
 
 # The node description is done as a perl hash initializer with the
 # following structure: