Re: Question on syntax in machine description files.

2005-09-20 Thread David Edelsohn
> Peter Steinmetz writes: Peter> If I see the following on an instruction definition: Peter> (set_attr "type" "*") Peter> What does * represent in this context as the value to assign to "type"? The default value specified when the attr "type" is defined. David

Question on syntax in machine description files.

2005-09-20 Thread Peter Steinmetz
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