Add support for code generation for array references.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Mon, 18 Mar 2002 03:15:35 +0000 (03:15 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Mon, 18 Mar 2002 03:15:35 +0000 (03:15 +0000)
commit7482532129d8f181f4d826a7362d500310db32b0
treecdfdfd8da3809a8b40eb7b62d9b7901f0f11608e
parentf1c15ee4d15c3632343fccb723cce6f1d35bb5ba
Add support for code generation for array references.
Also, use distinct names for the three types of SetMachineOperand to
avoid painful overloading problems and errors.
Bug fix in converting-int-to-float.  Other minor stuff.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1896 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/SparcV9/SparcV9InstrSelection.cpp