fixed wrong position of #endif
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Wed, 30 Aug 2006 08:25:12 +0000 (08:25 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Wed, 30 Aug 2006 08:25:12 +0000 (08:25 +0000)
ir/be/ia32/ia32_finish.c

index 5e649cb..9316394 100644 (file)
@@ -338,8 +338,8 @@ insert_copy:
                        set_ia32_op_type(irn, ia32_AddrModeD);
                        set_ia32_pncode(irn, get_inversed_pnc(get_ia32_pncode(irn)));
                }
-       }
 #endif
+       }
 end: ;
 }