mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Replicate the change "[Alignment][NFC] Use Align with TargetLowering::setMinFunctionAlignment"
on AVR to avoid a breakage. See r371200 / https://reviews.llvm.org/D67229 llvm-svn: 371293
This commit is contained in:
parent
a84eb4e2bd
commit
9efc67cbfe
@ -236,7 +236,7 @@ AVRTargetLowering::AVRTargetLowering(const AVRTargetMachine &TM,
|
||||
setLibcallName(RTLIB::SIN_F32, "sin");
|
||||
setLibcallName(RTLIB::COS_F32, "cos");
|
||||
|
||||
setMinFunctionLogAlignment(1);
|
||||
setMinFunctionAlignment(llvm::Align(2));
|
||||
setMinimumJumpTableEntries(UINT_MAX);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user