summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC
diff options
context:
space:
mode:
authorDavid Majnemer <david.majnemer@gmail.com>2013-09-25 09:36:11 +0000
committerDavid Majnemer <david.majnemer@gmail.com>2013-09-25 09:36:11 +0000
commit1ccd2f2aee3705deacb381e16415e13ec8f47bae (patch)
tree8192d22dc696570d50df6405b8a76d8a30871217 /llvm/lib/Target/PowerPC
parent32be0340f59dc1e764066379ef66f5ac69a56b39 (diff)
downloadbcm5719-llvm-1ccd2f2aee3705deacb381e16415e13ec8f47bae.tar.gz
bcm5719-llvm-1ccd2f2aee3705deacb381e16415e13ec8f47bae.zip
MC: Remove vestigial PCSymbol field from AsmInfo
llvm-svn: 191362
Diffstat (limited to 'llvm/lib/Target/PowerPC')
-rw-r--r--llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp b/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp
index 682250774d9..1f3e5b49a64 100644
--- a/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp
+++ b/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp
@@ -22,7 +22,6 @@ PPCMCAsmInfoDarwin::PPCMCAsmInfoDarwin(bool is64Bit) {
}
IsLittleEndian = false;
- PCSymbol = ".";
CommentString = ";";
ExceptionsType = ExceptionHandling::DwarfCFI;
@@ -55,8 +54,6 @@ PPCLinuxMCAsmInfo::PPCLinuxMCAsmInfo(bool is64Bit) {
// Debug Information
SupportsDebugInformation = true;
- PCSymbol = ".";
-
// Set up DWARF directives
HasLEB128 = true; // Target asm supports leb128 directives (little-endian)
MinInstAlignment = 4;
OpenPOWER on IntegriCloud