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

PPC preferred loop alignment is 16.

llvm-svn: 52056
This commit is contained in:
Evan Cheng 2008-06-06 19:50:46 +00:00
parent 523ef2c2ea
commit 3ac5c6575a

View File

@ -363,6 +363,9 @@ PPCTargetLowering::PPCTargetLowering(PPCTargetMachine &TM)
}
computeRegisterProperties();
// Perferred loop alignment is 16.
setPrefLoopAlignment(16);
}
/// getByValTypeAlignment - Return the desired alignment for ByVal aggregate