summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/XCore/XCoreTargetAsmInfo.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-02 04:27:24 +0000
committerChris Lattner <sabre@nondot.org>2009-08-02 04:27:24 +0000
commitb25afe081c87d79458bd8a6b26a711a8b9f4fd0c (patch)
tree85c69ba3a42dfebe2f62b6d05f6eef443695c10e /llvm/lib/Target/XCore/XCoreTargetAsmInfo.h
parent44616ce31736622b157db9a04c5321660ae08614 (diff)
downloadbcm5719-llvm-b25afe081c87d79458bd8a6b26a711a8b9f4fd0c.tar.gz
bcm5719-llvm-b25afe081c87d79458bd8a6b26a711a8b9f4fd0c.zip
remove TargetAsmInfo::TM, which is now dead. The basic TAI class now
no longer depends on TM! llvm-svn: 77863
Diffstat (limited to 'llvm/lib/Target/XCore/XCoreTargetAsmInfo.h')
-rw-r--r--llvm/lib/Target/XCore/XCoreTargetAsmInfo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/XCore/XCoreTargetAsmInfo.h b/llvm/lib/Target/XCore/XCoreTargetAsmInfo.h
index f220815ff98..d1ceb3ff6c5 100644
--- a/llvm/lib/Target/XCore/XCoreTargetAsmInfo.h
+++ b/llvm/lib/Target/XCore/XCoreTargetAsmInfo.h
@@ -14,11 +14,11 @@
#ifndef XCORETARGETASMINFO_H
#define XCORETARGETASMINFO_H
-#include "llvm/Target/ELFTargetAsmInfo.h"
+#include "llvm/Target/TargetAsmInfo.h"
namespace llvm {
-
- class XCoreTargetAsmInfo : public ELFTargetAsmInfo {
+ class TargetMachine;
+ class XCoreTargetAsmInfo : public TargetAsmInfo {
public:
explicit XCoreTargetAsmInfo(const TargetMachine &TM);
};
OpenPOWER on IntegriCloud