forked from OSchip/llvm-project
Temporarily reverting r52056. It's causing PPC to fail to bootstrap.
llvm-svn: 52085
This commit is contained in:
parent
c98a7add43
commit
b7272db9f6
|
@ -363,9 +363,6 @@ PPCTargetLowering::PPCTargetLowering(PPCTargetMachine &TM)
|
|||
}
|
||||
|
||||
computeRegisterProperties();
|
||||
|
||||
// Preferred loop alignment is 16.
|
||||
setPrefLoopAlignment(16);
|
||||
}
|
||||
|
||||
/// getByValTypeAlignment - Return the desired alignment for ByVal aggregate
|
||||
|
|
Loading…
Reference in New Issue