llvm-6502/include
Chris Lattner 6a8a9b4413 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
2004-02-29 05:06:49 +00:00
..
Config Eliminate copy-and-paste comments 2004-02-26 08:01:30 +00:00
llvm Continue Alkis's int64_t cleanup. This makes all of the immediate related 2004-02-29 05:06:49 +00:00
Support Fix my sloppiness 2004-02-28 22:06:03 +00:00