diff options
author | Chris Lattner <sabre@nondot.org> | 2009-08-02 04:27:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-08-02 04:27:24 +0000 |
commit | b25afe081c87d79458bd8a6b26a711a8b9f4fd0c (patch) | |
tree | 85c69ba3a42dfebe2f62b6d05f6eef443695c10e /llvm/lib/Target/SystemZ/SystemZTargetAsmInfo.h | |
parent | 44616ce31736622b157db9a04c5321660ae08614 (diff) | |
download | bcm5719-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.h | 2 |
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); }; |