* Move InstructionSelection Pass here instead of living in Sparc.cpp. It
authorChris Lattner <sabre@nondot.org>
Tue, 30 Jul 2002 03:57:36 +0000 (03:57 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 30 Jul 2002 03:57:36 +0000 (03:57 +0000)
commit2e1749bbf8c25a99c6b951e4d2fb771f906434ea
tree9f20560f3d5f0f639bfb321c59c1452dfdd501bf
parent057430d20790d21f79d60c68c552aa72362c0017
* Move InstructionSelection Pass here instead of living in Sparc.cpp.  It
  is platform independant afterall.
* Object orientize the functions, cleanup code a bit.  Instead of static
  global functions, the helpers for instruction selection are now part of
  the InstructionSelection Pass class.

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