* c-common.h (DECL_C_HARD_REGISTER): New.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 26 Nov 2000 00:40:46 +0000 (00:40 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 26 Nov 2000 00:40:46 +0000 (00:40 +0000)
commitace65efdcf04e82460a38b314b7341a795cb16c4
treea74ebbf1036c73a5188ef798a86d1ddd9dded390
parent83b4c717a9fdbe8bc9d5a9b91b21907df0cf46fd
    * c-common.h (DECL_C_HARD_REGISTER): New.
        * c-decl.c (finish_decl): Set it for asm register variables.
        * c-semantics.c (emit_local_var): Test it when instantiating one.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37748 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-common.h
gcc/c-decl.c
gcc/c-semantics.c