Revert r89803.
authorDevang Patel <dpatel@apple.com>
Wed, 25 Nov 2009 00:31:13 +0000 (00:31 +0000)
committerDevang Patel <dpatel@apple.com>
Wed, 25 Nov 2009 00:31:13 +0000 (00:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89819 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCMCAsmInfo.cpp

index 290b6155a5653ed32c7dd055306c84eba32f7591..c87879b2a332a06222e1936d5f866bd2ef2156c4 100644 (file)
@@ -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) {