summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/XCore/XCoreTargetAsmInfo.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-02 04:42:09 +0000
committerChris Lattner <sabre@nondot.org>2009-08-02 04:42:09 +0000
commit2be66ce4204357594e46eb8b4d20ec776b890f17 (patch)
tree7d0322f3ef60c66261652f6727e5c6c019dbca1c /llvm/lib/Target/XCore/XCoreTargetAsmInfo.cpp
parent3ea23cff6521561f7b855b54786a369ac9abe128 (diff)
downloadbcm5719-llvm-2be66ce4204357594e46eb8b4d20ec776b890f17.tar.gz
bcm5719-llvm-2be66ce4204357594e46eb8b4d20ec776b890f17.zip
xcore TAI doesn't need TM.
llvm-svn: 77868
Diffstat (limited to 'llvm/lib/Target/XCore/XCoreTargetAsmInfo.cpp')
-rw-r--r--llvm/lib/Target/XCore/XCoreTargetAsmInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/XCore/XCoreTargetAsmInfo.cpp b/llvm/lib/Target/XCore/XCoreTargetAsmInfo.cpp
index 6f2dbbb7bce..a5bc6c2fc6b 100644
--- a/llvm/lib/Target/XCore/XCoreTargetAsmInfo.cpp
+++ b/llvm/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";
OpenPOWER on IntegriCloud