[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPC.h PPCAsmPrinter.cpp PPCTargetMachine.cpp

2006-09-20 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPC.h updated: 1.33 -> 1.34 PPCAsmPrinter.cpp updated: 1.195 -> 1.196 PPCTargetMachine.cpp updated: 1.106 -> 1.107 --- Log message: The DarwinAsmPrinter need not check for isDarwin. createPPCAsmPrinterPass should create the right asmprinter subclas

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPC.h PPCAsmPrinter.cpp PPCTargetMachine.cpp

2006-09-06 Thread Jim Laskey
Changes in directory llvm/lib/Target/PowerPC: PPC.h updated: 1.32 -> 1.33 PPCAsmPrinter.cpp updated: 1.192 -> 1.193 PPCTargetMachine.cpp updated: 1.103 -> 1.104 --- Log message: Separate target specific asm properties from the asm printers. --- Diffs of the changes: (+43 -47) PPC.h