[dragonegg PATCH] If a decl we are building already exists as an alias, just use it

Peter Collingbourne peter at pcc.me.uk
Thu Mar 14 21:09:09 PDT 2013


Hi,

Attached patch does the following:
 If a decl we are building already exists as an alias, just
 use it. This will happen if the decl is multiply declared using __asm__
 clauses, one of those declarations is an alias definition and we first refer
 to one of the other declarations after the aliasee is defined.

OK to commit?

Thanks,
-- 
Peter
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-If-a-decl-we-are-building-already-exists-as-an-alias.patch
Type: text/x-diff
Size: 1648 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130314/44bc3526/attachment.patch>


More information about the llvm-commits mailing list