Changes in directory llvm/include/llvm/Target:

TargetAsmInfo.h updated: 1.16 -> 1.17
---
Log message:

Changes from Nick Lewycky with a simplified PPCTargetAsmInfo.


---
Diffs of the changes:  (+3 -2)

 TargetAsmInfo.h |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


Index: llvm/include/llvm/Target/TargetAsmInfo.h
diff -u llvm/include/llvm/Target/TargetAsmInfo.h:1.16 
llvm/include/llvm/Target/TargetAsmInfo.h:1.17
--- llvm/include/llvm/Target/TargetAsmInfo.h:1.16       Fri Dec  1 15:50:17 2006
+++ llvm/include/llvm/Target/TargetAsmInfo.h    Thu Dec 21 14:26:09 2006
@@ -26,10 +26,11 @@
   /// TargetAsmInfo - This class is intended to be used as a base class for asm
   /// properties and features specific to the target.
   class TargetAsmInfo {
-  protected:
+  public:
     
//===------------------------------------------------------------------===//
     // Properties to be set by the target writer, used to configure asm 
printer.
-    // 
+    // Should not be accessed by anything but a subclass of TargetAsmInfo.  Use
+    // accessor functions.
     
     /// TextSection - Section directive for standard text.
     ///



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to