The sign information was not propagating into the rename map so only the
authorReid Spencer <rspencer@reidspencer.com>
Wed, 14 Mar 2007 23:11:45 +0000 (23:11 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 14 Mar 2007 23:11:45 +0000 (23:11 +0000)
commitbe5c50cb3371ae12c79844828a650404127d5791
tree710fb3fe8f976fda96b3105b50ef3b519d829f4f
parentc1882215a037f9ff4b56bdaf34a57cdb91f497ef
The sign information was not propagating into the rename map so only the
last entry stored in the map could be retrieved for a given integer type.
Propagating the sign information required an invasive change to ensure that
all ValueRef (ValID) instances get the right sign information as well. Also,
put in some assertions to ensure the RenameMap always gives us out the type
that is expected.

This fixes PR1256 and
test/Assembler/2007-03-14-UgpradeLocalSignless.ll

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35112 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-upgrade/UpgradeParser.y