This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Question on syntax in machine description files.
- From: Peter Steinmetz <steinmtz at us dot ibm dot com>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 20 Sep 2005 14:04:40 -0500
- Subject: Question on syntax in machine description files.
Quick question on syntax in md files as I'm not finding the documentation
to explain it. If I see the following on an instruction definition:
(set_attr "type" "*")
What does * represent in this context as the value to assign to "type"?
Thanks.
Pete