cpMem<->Reg functions now support CC registers (int and FP) correctly.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Mon, 8 Jul 2002 22:44:14 +0000 (22:44 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Mon, 8 Jul 2002 22:44:14 +0000 (22:44 +0000)
commit5023bd4a64e6a6926c5a158bbe9957136e554f10
tree5af8937bb594eb72ac9c7d812813cc80d82b7fc5
parentdeb9654056939a12981446f6ed1139dca3412746
cpMem<->Reg functions now support CC registers (int and FP) correctly.
A scratch register has to be provided when needed to do the copy.
Also, cpMem<->Reg functions now return a vector of machine instructions.

Added several get{Class,Type} functions.

Suggest/Color methods may modify the MachineInstr (and always did),
so don't make that argument const!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2824 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetRegInfo.h