diff options
| author | Michael Matz <matz@suse.de> | 2016-10-06 04:05:30 +0200 |
|---|---|---|
| committer | Michael Matz <matz@suse.de> | 2016-12-15 17:47:13 +0100 |
| commit | f081acbfba84ffdf1e479f932906bf10f88cd1c2 (patch) | |
| tree | 16f39dd9b65312bc83bb5b3d3e462b6242630b9a /tccpe.c | |
| parent | 3bc9c325c5fa754043986cc70ff2af45c2196c38 (diff) | |
| download | tinycc-f081acbfba84ffdf1e479f932906bf10f88cd1c2.tar.gz tinycc-f081acbfba84ffdf1e479f932906bf10f88cd1c2.tar.bz2 | |
Support local register variables
Similar to GCC a local asm register variable enforces the use of a
specified register in asm operands (and doesn't otherwise
matter). Works only if the variable is directly mentioned as
operand. For that we now generally store a backpointer from
an SValue to a Sym when the SValue was the result of unary()
parsing a symbol identifier.
Diffstat (limited to 'tccpe.c')
0 files changed, 0 insertions, 0 deletions
