1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

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

llvm-svn: 73665
This commit is contained in:
Bob Wilson 2009-06-18 00:36:17 +00:00
parent e72fd546a2
commit 1866500851

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