From: johanknol Date: Mon, 10 Sep 2001 01:21:45 +0000 (+0000) Subject: cosmetic X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=205dbb7b7b23248ec329d5308ac21c079c4437c9;p=fw%2Fsdcc cosmetic git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1257 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/SDCCcse.c b/src/SDCCcse.c index b2f81908..827431ce 100644 --- a/src/SDCCcse.c +++ b/src/SDCCcse.c @@ -328,8 +328,7 @@ DEFSETFUNC (findCheaperOp) if ((*opp)->type==VALUE && IS_SYMOP(cop) && IS_GENPTR(OP_SYMBOL(cop)->type)) { - // !IS_SPEC(OP_SYMBOL(cop)->type)) { - // this could be a pointer to some space, so we can not + // this is a pointer to some space, so we can not *opp=NULL; return 0; }