Deleted generated files from svn, there are (re-)created by sparc_spec.pl.
[libfirm] / ir / be / TEMPLATE / TEMPLATE_spec.pl
index f5af444..f24a58d 100644 (file)
@@ -1,6 +1,5 @@
 # Creation: 2006/02/13
 # $Id$
-# This is a template specification for the Firm-Backend
 
 # the cpu architecture (ia32, ia64, mips, sparc, ppc, ...)
 
@@ -318,10 +317,11 @@ Const => {
 # Control Flow
 
 Jmp => {
-       state    => "pinned",
-       op_flags => "X",
-       reg_req  => { out => [ "none" ] },
-       mode     => "mode_X",
+       state     => "pinned",
+       op_flags  => "X",
+       irn_flags => "J",
+       reg_req   => { out => [ "none" ] },
+       mode      => "mode_X",
 },
 
 # Load / Store