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:
ce914b8
)
fix CodeGen/PowerPC/2007-01-15-AsmDialect.ll, fallout from r78742
author
Chris Lattner
<sabre@nondot.org>
Tue, 11 Aug 2009 23:03:40 +0000
(23:03 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 11 Aug 2009 23:03:40 +0000
(23:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78747
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/PowerPC/PPCTargetAsmInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
b/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
index e32f34c31287722807e812557d6e72c39121801e..36cf2a5570ddb2f96785c850be38db0814a90a9b 100644
(file)
--- a/
lib/Target/PowerPC/PPCTargetAsmInfo.cpp
+++ b/
lib/Target/PowerPC/PPCTargetAsmInfo.cpp
@@
-21,7
+21,7
@@
PPCDarwinTargetAsmInfo::PPCDarwinTargetAsmInfo(bool is64Bit) {
if (!is64Bit)
Data64bitsDirective = 0; // We can't emit a 64-bit unit in PPC32 mode.
- AssemblerDialect =
0; // Old
-Style mnemonics.
+ AssemblerDialect =
1; // New
-Style mnemonics.
}
PPCLinuxTargetAsmInfo::PPCLinuxTargetAsmInfo(bool is64Bit) {
@@
-50,6
+50,6
@@
PPCLinuxTargetAsmInfo::PPCLinuxTargetAsmInfo(bool is64Bit) {
Data64bitsDirective = is64Bit ? "\t.quad\t" : 0;
AlignmentIsInBytes = false;
LCOMMDirective = "\t.lcomm\t";
- AssemblerDialect =
1; // New
-Style mnemonics.
+ AssemblerDialect =
0; // Old
-Style mnemonics.
}