Grandchildren are covered by protect.
authorJim Laskey <jlaskey@mac.com>
Thu, 21 Dec 2006 21:24:35 +0000 (21:24 +0000)
committerJim Laskey <jlaskey@mac.com>
Thu, 21 Dec 2006 21:24:35 +0000 (21:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32736 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetAsmInfo.h

index 5c54724af074b71d928f8dec281d024c387c5fde..6682c31923aa86afac2a7c843fe69328a205c69b 100644 (file)
@@ -26,11 +26,10 @@ namespace llvm {
   /// 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.
     ///