diff options
author | Chris Lattner <sabre@nondot.org> | 2009-08-02 04:42:09 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-08-02 04:42:09 +0000 |
commit | 71a56d75b4c7b7178f81b367d44e93d5623923d0 (patch) | |
tree | 2f598057d4e06904582cbbecb4be7703bc3996bf /lib/Target/XCore/XCoreTargetAsmInfo.h | |
parent | 3878bff390c04ce3e4e1758828926981a9f5fde7 (diff) |
xcore TAI doesn't need TM.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77868 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/XCore/XCoreTargetAsmInfo.h')
-rw-r--r-- | lib/Target/XCore/XCoreTargetAsmInfo.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Target/XCore/XCoreTargetAsmInfo.h b/lib/Target/XCore/XCoreTargetAsmInfo.h index d1ceb3ff6c..c4f71e4313 100644 --- a/lib/Target/XCore/XCoreTargetAsmInfo.h +++ b/lib/Target/XCore/XCoreTargetAsmInfo.h @@ -17,10 +17,9 @@ #include "llvm/Target/TargetAsmInfo.h" namespace llvm { - class TargetMachine; class XCoreTargetAsmInfo : public TargetAsmInfo { public: - explicit XCoreTargetAsmInfo(const TargetMachine &TM); + explicit XCoreTargetAsmInfo(); }; } // namespace llvm |