From: Christian Würdig Date: Wed, 30 Aug 2006 08:25:12 +0000 (+0000) Subject: fixed wrong position of #endif X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=f6403aa9060e9a902988f1a9f39cd99dbdf0ef32;p=libfirm fixed wrong position of #endif --- diff --git a/ir/be/ia32/ia32_finish.c b/ir/be/ia32/ia32_finish.c index 5e649cbd4..93163946d 100644 --- a/ir/be/ia32/ia32_finish.c +++ b/ir/be/ia32/ia32_finish.c @@ -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: ; }