mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +00:00
Grandchildren are covered by protect.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32736 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bf1118285c
commit
7f44f6a8d9
@ -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.
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user