mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
PPC preferred loop alignment is 16.
llvm-svn: 52056
This commit is contained in:
parent
523ef2c2ea
commit
3ac5c6575a
@ -363,6 +363,9 @@ PPCTargetLowering::PPCTargetLowering(PPCTargetMachine &TM)
|
||||
}
|
||||
|
||||
computeRegisterProperties();
|
||||
|
||||
// Perferred loop alignment is 16.
|
||||
setPrefLoopAlignment(16);
|
||||
}
|
||||
|
||||
/// getByValTypeAlignment - Return the desired alignment for ByVal aggregate
|
||||
|
Loading…
Reference in New Issue
Block a user