commit | 9eb158d5b4cd4f6fc80912e2dd77bdf13c3ca0e7 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat Jan 23 07:47:02 2010 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat Jan 23 07:47:02 2010 +0000 |
tree | e51fc5dd2d8b42749fd516f3cae3457155d767ca | |
parent | f9f93e4388962b678fd59b7af5212d4cc0d38be2 [diff] [blame] |
mcize lcomm, simplify .comm, extend both to support 64-bit sizes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94299 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/PowerPC/PPCMCAsmInfo.cpp b/lib/Target/PowerPC/PPCMCAsmInfo.cpp index ba9937b..d2ff3b7 100644 --- a/lib/Target/PowerPC/PPCMCAsmInfo.cpp +++ b/lib/Target/PowerPC/PPCMCAsmInfo.cpp
@@ -52,7 +52,7 @@ SetDirective = "\t.set"; Data64bitsDirective = is64Bit ? "\t.quad\t" : 0; AlignmentIsInBytes = false; - LCOMMDirective = "\t.lcomm\t"; + HasLCOMMDirective = true; AssemblerDialect = 0; // Old-Style mnemonics. }