summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCMCAsmInfo.cpp
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
commitd23ea6a33b3db136fba71220f4256456ad5aeda6 (patch)
treee680d1f886433f519c60a84d66be2d6d61ebe8f4 /llvm/lib/Target/PowerPC/PPCMCAsmInfo.cpp
parente05b765b0d1d967bc1920e96a553aa6e4e854817 (diff)
downloadbcm5719-llvm-d23ea6a33b3db136fba71220f4256456ad5aeda6.tar.gz
bcm5719-llvm-d23ea6a33b3db136fba71220f4256456ad5aeda6.zip
Revert r89803.
llvm-svn: 89819
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCMCAsmInfo.cpp')
-rw-r--r--llvm/lib/Target/PowerPC/PPCMCAsmInfo.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCMCAsmInfo.cpp b/llvm/lib/Target/PowerPC/PPCMCAsmInfo.cpp
index 290b6155a56..c87879b2a33 100644
--- a/llvm/lib/Target/PowerPC/PPCMCAsmInfo.cpp
+++ b/llvm/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) {
OpenPOWER on IntegriCloud