[llvm-commits] CVS: llvm/include/llvm/Target/TargetAsmInfo.h

Jim Laskey jlaskey at apple.com
Thu Dec 21 13:24:50 PST 2006



Changes in directory llvm/include/llvm/Target:

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

Grandchildren are covered by protect.


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

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


Index: llvm/include/llvm/Target/TargetAsmInfo.h
diff -u llvm/include/llvm/Target/TargetAsmInfo.h:1.17 llvm/include/llvm/Target/TargetAsmInfo.h:1.18
--- llvm/include/llvm/Target/TargetAsmInfo.h:1.17	Thu Dec 21 14:26:09 2006
+++ llvm/include/llvm/Target/TargetAsmInfo.h	Thu Dec 21 15:24:35 2006
@@ -26,11 +26,10 @@
   /// TargetAsmInfo - This class is intended to be used as a base class for asm
   /// properties and features specific to the target.
   class TargetAsmInfo {
-  public:
+  protected:
     //===------------------------------------------------------------------===//
     // 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.
     ///






More information about the llvm-commits mailing list