summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/SparcMCAsmInfo.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2011-07-14 23:50:31 +0000
committerEvan Cheng <evan.cheng@apple.com>2011-07-14 23:50:31 +0000
commit1705ab00ab5c9cd43924e24ef440dabda4e5ab60 (patch)
tree56e314311c0564eab98c8375d52ad6ee0b4fb881 /llvm/lib/Target/Sparc/SparcMCAsmInfo.cpp
parent82432f7edf2d089bc947e3b3d2e3d4419d3c4a1f (diff)
downloadbcm5719-llvm-1705ab00ab5c9cd43924e24ef440dabda4e5ab60.tar.gz
bcm5719-llvm-1705ab00ab5c9cd43924e24ef440dabda4e5ab60.zip
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTargetDesc to prepare for next round of changes.
llvm-svn: 135219
Diffstat (limited to 'llvm/lib/Target/Sparc/SparcMCAsmInfo.cpp')
-rw-r--r--llvm/lib/Target/Sparc/SparcMCAsmInfo.cpp34
1 files changed, 0 insertions, 34 deletions
diff --git a/llvm/lib/Target/Sparc/SparcMCAsmInfo.cpp b/llvm/lib/Target/Sparc/SparcMCAsmInfo.cpp
deleted file mode 100644
index d37d6d23130..00000000000
--- a/llvm/lib/Target/Sparc/SparcMCAsmInfo.cpp
+++ /dev/null
@@ -1,34 +0,0 @@
-//===-- SparcMCAsmInfo.cpp - Sparc asm properties -------------------------===//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-//
-// This file contains the declarations of the SparcMCAsmInfo properties.
-//
-//===----------------------------------------------------------------------===//
-
-#include "SparcMCAsmInfo.h"
-using namespace llvm;
-
-SparcELFMCAsmInfo::SparcELFMCAsmInfo(const Target &T, StringRef TT) {
- Data16bitsDirective = "\t.half\t";
- Data32bitsDirective = "\t.word\t";
- Data64bitsDirective = 0; // .xword is only supported by V9.
- ZeroDirective = "\t.skip\t";
- CommentString = "!";
- HasLEB128 = true;
- SupportsDebugInformation = true;
-
- SunStyleELFSectionSwitchSyntax = true;
- UsesELFSectionDirectiveForBSS = true;
-
- WeakRefDirective = "\t.weak\t";
-
- PrivateGlobalPrefix = ".L";
-}
-
-
OpenPOWER on IntegriCloud