projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8c4cfb
)
Revert r89803.
author
Devang Patel
<dpatel@apple.com>
Wed, 25 Nov 2009 00:31:13 +0000
(
00:31
+0000)
committer
Devang 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
patch
|
blob
|
history
diff --git
a/lib/Target/PowerPC/PPCMCAsmInfo.cpp
b/lib/Target/PowerPC/PPCMCAsmInfo.cpp
index 290b6155a5653ed32c7dd055306c84eba32f7591..c87879b2a332a06222e1936d5f866bd2ef2156c4 100644
(file)
--- 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) {