aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2009-11-25 00:31:13 +0000
committerDevang Patel <dpatel@apple.com>2009-11-25 00:31:13 +0000
commit7dbc61030975220ac981117056f4acad127abdc0 (patch)
tree8c9f917c09d988a4ebc3886c564f591a7206d1d6 /lib
parentf8c4cfb7cc330234112e1378dac6424d9956add0 (diff)
downloadexternal_llvm-7dbc61030975220ac981117056f4acad127abdc0.zip
external_llvm-7dbc61030975220ac981117056f4acad127abdc0.tar.gz
external_llvm-7dbc61030975220ac981117056f4acad127abdc0.tar.bz2
Revert r89803.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89819 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/PowerPC/PPCMCAsmInfo.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Target/PowerPC/PPCMCAsmInfo.cpp b/lib/Target/PowerPC/PPCMCAsmInfo.cpp
index 290b615..c87879b 100644
--- a/lib/Target/PowerPC/PPCMCAsmInfo.cpp
+++ b/lib/Target/PowerPC/PPCMCAsmInfo.cpp
@@ -22,9 +22,6 @@ PPCMCAsmInfoDarwin::PPCMCAsmInfoDarwin(bool is64Bit) {
if (!is64Bit)
Data64bitsDirective = 0; // We can't emit a 64-bit unit in PPC32 mode.
AssemblerDialect = 1; // New-Style mnemonics.
-
- // Debug Information
- SupportsDebugInformation = true;
}
PPCLinuxMCAsmInfo::PPCLinuxMCAsmInfo(bool is64Bit) {