From 7dbc61030975220ac981117056f4acad127abdc0 Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Wed, 25 Nov 2009 00:31:13 +0000 Subject: [PATCH] Revert r89803. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89819 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/PowerPC/PPCMCAsmInfo.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/Target/PowerPC/PPCMCAsmInfo.cpp b/lib/Target/PowerPC/PPCMCAsmInfo.cpp index 290b6155a56..c87879b2a33 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) { -- 2.34.1