commit | acdb878fcc4d19f3158b205f0acf2ff1660fc1d5 | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Wed Nov 25 00:31:13 2009 +0000 |
committer | Devang Patel <dpatel@apple.com> | Wed Nov 25 00:31:13 2009 +0000 |
tree | 8c9f917c09d988a4ebc3886c564f591a7206d1d6 | |
parent | 68722a84a011e2e2a8be3b3c6a09a2bbb477d390 [diff] |
Revert r89803. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89819 91177308-0d34-0410-b5e6-96231b3b80d8
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 @@ 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) {