[llvm-commits] CVS: llvm/include/llvm/Target/TargetAsmInfo.h
Jim Laskey
jlaskey at apple.com
Thu Dec 21 12:26:25 PST 2006
Changes in directory llvm/include/llvm/Target:
TargetAsmInfo.h updated: 1.16 -> 1.17
---
Log message:
Changes from Nick Lewycky with a simplified PPCTargetAsmInfo.
---
Diffs of the changes: (+3 -2)
TargetAsmInfo.h | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
Index: llvm/include/llvm/Target/TargetAsmInfo.h
diff -u llvm/include/llvm/Target/TargetAsmInfo.h:1.16 llvm/include/llvm/Target/TargetAsmInfo.h:1.17
--- llvm/include/llvm/Target/TargetAsmInfo.h:1.16 Fri Dec 1 15:50:17 2006
+++ llvm/include/llvm/Target/TargetAsmInfo.h Thu Dec 21 14:26:09 2006
@@ -26,10 +26,11 @@
/// 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.
///
More information about the llvm-commits
mailing list