Don't emit unnecessary .align directive.

llvm-svn: 33729
This commit is contained in:
Evan Cheng 2007-01-31 23:39:39 +00:00
parent 765de99fac
commit 54a1324bae

View File

@ -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: