OSDN Git Service

* Make a PPC32-specific code emitter because we have separate classes for 32-
authorMisha Brukman <brukman+llvm@gmail.com>
Thu, 14 Oct 2004 06:04:56 +0000 (06:04 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Thu, 14 Oct 2004 06:04:56 +0000 (06:04 +0000)
commitbab2adf49691014fedcffe0744e22e0277ddf1b8
tree033c52b1723358ff240e6b3175de7f228f35bdb2
parenta6457507223e50345f59c3c58488186dd30a4f76
* Make a PPC32-specific code emitter because we have separate classes for 32-
  and 64-bit code emitters that cannot share code unless we use virtual
  functions
* Identify components being built by tablegen with more detail by assigning them
  to PowerPC, PPC32, or PPC64 more specifically; also avoids seeing 'building
  PowerPC XYZ' messages twice, where one is for PPC32 and one for PPC64

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16980 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/Makefile