aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/TargetAsmInfo.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-09-25 07:38:08 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-09-25 07:38:08 +0000
commite0f2083a849c0c57991b115cc6895b10272c888c (patch)
tree47c195b0686388be9fbffaf91c5dd00b614a3d6b /include/llvm/Target/TargetAsmInfo.h
parent1c395700bf2f54e4585d6d986096bd67138dccae (diff)
downloadexternal_llvm-e0f2083a849c0c57991b115cc6895b10272c888c.zip
external_llvm-e0f2083a849c0c57991b115cc6895b10272c888c.tar.gz
external_llvm-e0f2083a849c0c57991b115cc6895b10272c888c.tar.bz2
Temporarily backing out 56585:56589 to unbreak the build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56607 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Target/TargetAsmInfo.h')
-rw-r--r--include/llvm/Target/TargetAsmInfo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/Target/TargetAsmInfo.h b/include/llvm/Target/TargetAsmInfo.h
index e3a8a57..c93d189 100644
--- a/include/llvm/Target/TargetAsmInfo.h
+++ b/include/llvm/Target/TargetAsmInfo.h
@@ -124,7 +124,6 @@ namespace llvm {
private:
mutable StringMap<Section> Sections;
mutable SectionFlags::FlagsStringsMapType FlagsStrings;
- void fillDefaultValues();
protected:
//===------------------------------------------------------------------===//
// Properties to be set by the target writer, used to configure asm printer.
@@ -511,7 +510,6 @@ namespace llvm {
public:
TargetAsmInfo();
- TargetAsmInfo(const TargetMachine &TM);
virtual ~TargetAsmInfo();
const Section* getNamedSection(const char *Name,