Continue Alkis's int64_t cleanup. This makes all of the immediate related
authorChris Lattner <sabre@nondot.org>
Sun, 29 Feb 2004 05:06:49 +0000 (05:06 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 29 Feb 2004 05:06:49 +0000 (05:06 +0000)
commit6a8a9b4413cd595c8322e7ebb7d42cbb04ca6933
tree33d0dd0032c6c2dcc63d8e68a4cb2d961d857cb8
parentc3c106ca59e44032041414c72ce584451f1d885f
Continue Alkis's int64_t cleanup.  This makes all of the immediate related
methods take an int or unsigned value instead of int64_t.

Also, add an 'addImm' method to the MachineInstrBuilder class, because the
fact that the hardware sign or zero extends it does not/should not matter
to the code generator.  Once the old sparc backend is removed the difference
can be eliminated.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11976 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineInstr.h
include/llvm/CodeGen/MachineInstrBuilder.h