* Change PPC32AsmPrinter => PowerPCAsmPrinter since it is now shared between
authorMisha Brukman <brukman+llvm@gmail.com>
Sun, 5 Sep 2004 02:42:44 +0000 (02:42 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Sun, 5 Sep 2004 02:42:44 +0000 (02:42 +0000)
commit3e0b51ab3ba2b8e411fc9cedb7e762068671691b
tree553682f00eecd0db9e8ffe840686ed9d239d6dbf
parentb986b7de5090d7ae4d91959f508f7a2f171466e8
* Change PPC32AsmPrinter => PowerPCAsmPrinter since it is now shared between
  Darwin and AIX and is not 32- or 64-bit specific
* Bring back PowerPC.td as a result, to make it use the `PowerPC' class name
* Adjust Makefile accordingly

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16174 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/Makefile
lib/Target/PowerPC/PPCAsmPrinter.cpp
lib/Target/PowerPC/PowerPC.td [new file with mode: 0644]