[llvm-commits] CVS: llvm/lib/Target/PowerPC/PowerPCAsmPrinter.cpp

Nate Begeman natebegeman at mac.com
Thu Jul 7 17:23:38 PDT 2005



Changes in directory llvm/lib/Target/PowerPC:

PowerPCAsmPrinter.cpp updated: 1.77 -> 1.78
---
Log message:

Add support for assembling .s files on mac os x for intel
Add support for running bugpoint on mac os x for intel


---
Diffs of the changes:  (+0 -1)

 PowerPCAsmPrinter.cpp |    1 -
 1 files changed, 1 deletion(-)


Index: llvm/lib/Target/PowerPC/PowerPCAsmPrinter.cpp
diff -u llvm/lib/Target/PowerPC/PowerPCAsmPrinter.cpp:1.77 llvm/lib/Target/PowerPC/PowerPCAsmPrinter.cpp:1.78
--- llvm/lib/Target/PowerPC/PowerPCAsmPrinter.cpp:1.77	Thu Apr 21 18:20:02 2005
+++ llvm/lib/Target/PowerPC/PowerPCAsmPrinter.cpp	Thu Jul  7 19:23:26 2005
@@ -44,7 +44,6 @@
 
   struct PowerPCAsmPrinter : public AsmPrinter {
     std::set<std::string> FnStubs, GVStubs, LinkOnceStubs;
-    std::set<std::string> Strings;
 
     PowerPCAsmPrinter(std::ostream &O, TargetMachine &TM)
       : AsmPrinter(O, TM), LabelNumber(0) {}






More information about the llvm-commits mailing list