summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PIC16/PIC16MCAsmInfo.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-20 06:34:14 +0000
committerChris Lattner <sabre@nondot.org>2010-01-20 06:34:14 +0000
commit2b4364fe030894b65eededb3c7cfba4f50da2d51 (patch)
tree1cece84d86b7a6de8b8b4bc39f5fe1ee9ba61060 /llvm/lib/Target/PIC16/PIC16MCAsmInfo.cpp
parentd0b2ff9b7a11d9df9a7b078a0042c2eacf44d361 (diff)
downloadbcm5719-llvm-2b4364fe030894b65eededb3c7cfba4f50da2d51.tar.gz
bcm5719-llvm-2b4364fe030894b65eededb3c7cfba4f50da2d51.zip
revert 93934, removing the MCAsmInfo endianness bit. I can't
stomache MCAsmInfo having this, and I found a better solution to this layering issue. llvm-svn: 93985
Diffstat (limited to 'llvm/lib/Target/PIC16/PIC16MCAsmInfo.cpp')
-rw-r--r--llvm/lib/Target/PIC16/PIC16MCAsmInfo.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16MCAsmInfo.cpp b/llvm/lib/Target/PIC16/PIC16MCAsmInfo.cpp
index a6331e64ccc..827315e13b7 100644
--- a/llvm/lib/Target/PIC16/PIC16MCAsmInfo.cpp
+++ b/llvm/lib/Target/PIC16/PIC16MCAsmInfo.cpp
@@ -20,8 +20,7 @@
#include "PIC16ISelLowering.h"
using namespace llvm;
-PIC16MCAsmInfo::PIC16MCAsmInfo(const Target &T, const StringRef &TT)
-: MCAsmInfo(true) {
+PIC16MCAsmInfo::PIC16MCAsmInfo(const Target &T, const StringRef &TT) {
CommentString = ";";
GlobalPrefix = PAN::getTagName(PAN::PREFIX_SYMBOL);
GlobalDirective = "\tglobal\t";
OpenPOWER on IntegriCloud