ARM unified syntax is not specific to ELF; use it for Darwin, too.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73665 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bob Wilson 2009-06-18 00:36:17 +00:00
parent 820528331f
commit ff6de36558

View File

@ -841,7 +841,7 @@ bool ARMAsmPrinter::doInitialization(Module &M) {
Mang->setUseQuotes(true);
// Thumb-2 instructions are supported only in unified assembler syntax mode.
if (Subtarget->isTargetELF() && Subtarget->hasThumb2())
if (Subtarget->hasThumb2())
O << "\t.syntax unified\n";
// Emit ARM Build Attributes