aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2006-12-21 20:26:09 +0000
committerJim Laskey <jlaskey@mac.com>2006-12-21 20:26:09 +0000
commitbf1118285c0f784b120a69b4a4207e15ef065ead (patch)
tree9d4371582134d96edadeda51309ab4cc4025dd02 /include
parent787bfe654cd617425f07255188d98fe0c2db34c1 (diff)
downloadexternal_llvm-bf1118285c0f784b120a69b4a4207e15ef065ead.zip
external_llvm-bf1118285c0f784b120a69b4a4207e15ef065ead.tar.gz
external_llvm-bf1118285c0f784b120a69b4a4207e15ef065ead.tar.bz2
Changes from Nick Lewycky with a simplified PPCTargetAsmInfo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32735 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Target/TargetAsmInfo.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/llvm/Target/TargetAsmInfo.h b/include/llvm/Target/TargetAsmInfo.h
index 5ff52d8..5c54724 100644
--- a/include/llvm/Target/TargetAsmInfo.h
+++ b/include/llvm/Target/TargetAsmInfo.h
@@ -26,10 +26,11 @@ 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 {
- 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.
///