commit | 0faac52c476cfe48d8337e4eacd685f0a0cd9de3 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Aug 02 04:46:05 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Aug 02 04:46:05 2009 +0000 |
tree | 9aa975b4d69e2d9161fbf1f4d1d513b01240e5ae | |
parent | d6dcc98878413e0869422b7665e4ec9996ac799d [diff] [blame] |
alpha TAI doesn't need TM. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77872 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Alpha/AlphaTargetAsmInfo.h b/lib/Target/Alpha/AlphaTargetAsmInfo.h index 0b50de8..1f0259b 100644 --- a/lib/Target/Alpha/AlphaTargetAsmInfo.h +++ b/lib/Target/Alpha/AlphaTargetAsmInfo.h
@@ -18,11 +18,8 @@ namespace llvm { - // Forward declaration. - class AlphaTargetMachine; - struct AlphaTargetAsmInfo : public TargetAsmInfo { - explicit AlphaTargetAsmInfo(const AlphaTargetMachine &TM); + explicit AlphaTargetAsmInfo(); }; } // namespace llvm