llvm-6502/tools/llvm-upgrade
Reid Spencer be5c50cb33 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
2007-03-14 23:11:45 +00:00
..
.cvsignore
llvm-upgrade.cpp
Makefile
UpgradeInternals.h For PR1256: 2007-03-14 23:08:04 +00:00
UpgradeLexer.cpp.cvs Regenerate for recent changes. 2007-02-08 00:21:40 +00:00
UpgradeLexer.l For PR1187: 2007-02-08 00:19:40 +00:00
UpgradeLexer.l.cvs Regenerate for recent changes. 2007-02-08 00:21:40 +00:00
UpgradeParser.cpp.cvs remove use of deprecated api 2007-02-19 07:34:02 +00:00
UpgradeParser.h.cvs remove use of deprecated api 2007-02-19 07:34:02 +00:00
UpgradeParser.y The sign information was not propagating into the rename map so only the 2007-03-14 23:11:45 +00:00
UpgradeParser.y.cvs remove use of deprecated api 2007-02-19 07:34:02 +00:00