llvm-mc: Support reassignment of variables in one special case, when the
authorDaniel Dunbar <daniel@zuster.org>
Mon, 17 May 2010 17:46:23 +0000 (17:46 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 17 May 2010 17:46:23 +0000 (17:46 +0000)
commit525a3a67c16c2d1d9ce9d75ed1b44296be6c2270
tree2c6a53d1405074804e4d3bc76bfff0fa05a7c7c2
parentaa4b0159dacf12e48a60d66229dfd2b19406da87
llvm-mc: Support reassignment of variables in one special case, when the
variable has not yet been used in an expression. This allows us to support a few
cases that show up in real code (mostly because gcc generates it for Objective-C
on Darwin), without giving up a reasonable semantic model for assignment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103950 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCSymbol.h
lib/MC/MCParser/AsmParser.cpp
test/MC/AsmParser/assignment.s