shouldn't be here anymore
[libfirm] / ir / be / ia32 / ia32_new_nodes.h
index 8fe009b..a189247 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.
  *
@@ -46,8 +46,8 @@ enum {
  * need the result) */
 enum {
        pn_ia32_res   = 0,
-       pn_ia32_mem   = 1,
-       pn_ia32_flags = 2,
+       pn_ia32_flags = 1,
+       pn_ia32_mem   = 2,
        pn_ia32_add1  = 3,
        pn_ia32_add2  = 4
 };