The DarwinAsmPrinter need not check for isDarwin. createPPCAsmPrinterPass
authorChris Lattner <sabre@nondot.org>
Wed, 20 Sep 2006 17:12:19 +0000 (17:12 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 20 Sep 2006 17:12:19 +0000 (17:12 +0000)
commit4da1c82f724adba2832f79b3b49fc96c1467076d
tree476d951abfcfd8087e732648cfc72f5f0fdf6023
parentdadceedbdb9ef642c49283b632dcfefe48ee4cf4
The DarwinAsmPrinter need not check for isDarwin.  createPPCAsmPrinterPass
should create the right asmprinter subclass.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30542 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPC.h
lib/Target/PowerPC/PPCAsmPrinter.cpp
lib/Target/PowerPC/PPCTargetMachine.cpp