In the MIPSpro compilers they would be removed in the frontend.
You might want to check where it gets removed starting from the frontend.

Murthy

[X]
From: Shin-Ming Liu [mailto:shinm...@gmail.com]
Sent: Wednesday, June 08, 2011 8:46 AM
To: eirc.lew
Cc: open64-devel@lists.sourceforge.net
Subject: Re: [Open64-devel] How can I stop open64 delete unused code

Do you mean the compiler does not reserve space on the stack?  The place to 
look at is the data layout component in CG.  Should be simple to keep them with 
simple change.

Shin
On Wed, Jun 8, 2011 at 6:11 AM, eirc.lew 
<eirc....@gmail.com<mailto:eirc....@gmail.com>> wrote:
Hi, all

  a example(main.c) as follow:

int main()
{
  int sum;
  int i, j, k;
  for( i = 0; i < 100; i++ )
    sum = i + 9;

  return 0;
 }

 when I compile it: opencc -CLIST:: main.c

 In the file main.w2c.c, there are no j and k, but I need them.Does someone 
know how to do?

Thanks!

Eric

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Open64-devel mailing list
Open64-devel@lists.sourceforge.net<mailto:Open64-devel@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/open64-devel


------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Open64-devel mailing list
Open64-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open64-devel

Reply via email to