mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-04 18:09:20 +00:00
Don't emit unnecessary .align directive.
llvm-svn: 33729
This commit is contained in:
parent
765de99fac
commit
54a1324bae
@ -694,10 +694,8 @@ void ARMAsmPrinter::printMachineInstruction(const MachineInstr *MI) {
|
||||
}
|
||||
break;
|
||||
default: {
|
||||
if (InCPMode && AFI->isThumbFunction()) {
|
||||
EmitAlignment(1);
|
||||
if (InCPMode && AFI->isThumbFunction())
|
||||
InCPMode = false;
|
||||
}
|
||||
switch (Opc) {
|
||||
case ARM::PICADD:
|
||||
case ARM::PICLD:
|
||||
|
Loading…
Reference in New Issue
Block a user