Save off the asm parameter name too.
commitfc3589ce21d6b8fe491bf3ebbaf3c51c5229ef38
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 12 Dec 2004 19:16:22 +0000 (12 12:16 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:06:03 +0000 (7 21:06 -0700)
tree85569ce8250b560f2f92a4c19d178998beaae860
parent6c90fbe3f50ada4e3c1521c20d842ebd99db5741
Save off the asm parameter name too.

The asm_inputs/outputs "expression list" is not really an
expression list any more: it is a list of "triples", where
the first entry is the identifier name, the second one is
the constraint string, and the third one is the expression.
evaluate.c
inline.c
linearize.c
linearize.h
parse.c