aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2006-12-21 21:24:35 +0000
committerJim Laskey <jlaskey@mac.com>2006-12-21 21:24:35 +0000
commit7f44f6a8d96922a13c80d852401df157e1486b6e (patch)
tree58dac7157adae99700cba56c755bae9fea8c034b
parentbf1118285c0f784b120a69b4a4207e15ef065ead (diff)
Grandchildren are covered by protect.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32736 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Target/TargetAsmInfo.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/llvm/Target/TargetAsmInfo.h b/include/llvm/Target/TargetAsmInfo.h
index 5c54724af0..6682c31923 100644
--- a/include/llvm/Target/TargetAsmInfo.h
+++ b/include/llvm/Target/TargetAsmInfo.h
@@ -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.
///