This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
How are poiner assignments expressed in RTL?
- From: Vadim Iosifovich Vaynerman <dimav at Glue dot umd dot edu>
- To: entheh at users dot sourceforge dot net
- Cc: Lev Assinovsky <LAssinovsky at algorithm dot aelita dot com>, "A.R. Ashok Kumar" <ashokar at sankhya dot com>, Andreas Schwab <schwab at suse dot de>, Eric Botcazou <ebotcazou at libertysurf dot fr>, <gcc-help at gcc dot gnu dot org>
- Date: Mon, 7 Apr 2003 17:36:52 -0400 (EDT)
- Subject: How are poiner assignments expressed in RTL?
Hello all,
I was wondering how a pointer assignment in a C program, e.g. *p=&a, is
expressed when that program is converted to RTL. If I was looking through
RTL, how would I identify the pointer assignment?
Thanks to everybody,
-Vadim Vaynerman