summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/SystemZTargetAsmInfo.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/SystemZ/SystemZTargetAsmInfo.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/SystemZ/SystemZTargetAsmInfo.h')
-rw-r--r--llvm/lib/Target/SystemZ/SystemZTargetAsmInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZTargetAsmInfo.h b/llvm/lib/Target/SystemZ/SystemZTargetAsmInfo.h
index 98b50d49784..e7bf8954f64 100644
--- a/llvm/lib/Target/SystemZ/SystemZTargetAsmInfo.h
+++ b/llvm/lib/Target/SystemZ/SystemZTargetAsmInfo.h
@@ -21,7 +21,7 @@ namespace llvm {
// Forward declaration.
class SystemZTargetMachine;
- struct SystemZTargetAsmInfo : public ELFTargetAsmInfo {
+ struct SystemZTargetAsmInfo : public TargetAsmInfo {
explicit SystemZTargetAsmInfo(const SystemZTargetMachine &TM);
};
OpenPOWER on IntegriCloud