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.cpp | |
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.cpp')
-rw-r--r-- | lib/Target/XCore/XCoreTargetAsmInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/XCore/XCoreTargetAsmInfo.cpp b/lib/Target/XCore/XCoreTargetAsmInfo.cpp index 6f2dbbb7bc..a5bc6c2fc6 100644 --- a/lib/Target/XCore/XCoreTargetAsmInfo.cpp +++ b/lib/Target/XCore/XCoreTargetAsmInfo.cpp @@ -10,7 +10,7 @@ #include "XCoreTargetAsmInfo.h" using namespace llvm; -XCoreTargetAsmInfo::XCoreTargetAsmInfo(const TargetMachine &TM) { +XCoreTargetAsmInfo::XCoreTargetAsmInfo() { SupportsDebugInformation = true; Data16bitsDirective = "\t.short\t"; Data32bitsDirective = "\t.long\t"; |