mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Removed trailing whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185743 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2e696cf61c
commit
4ee7e47a87
@ -528,7 +528,7 @@ namespace {
|
|||||||
|
|
||||||
|
|
||||||
bool IsKnownSafe() const {
|
bool IsKnownSafe() const {
|
||||||
return RRI.KnownSafe;
|
return RRI.KnownSafe;
|
||||||
}
|
}
|
||||||
|
|
||||||
void SetKnownSafe(const bool NewValue) {
|
void SetKnownSafe(const bool NewValue) {
|
||||||
@ -1505,7 +1505,7 @@ void ObjCARCOpt::OptimizeIndividualCalls(Function &F) {
|
|||||||
|
|
||||||
// Create the declaration lazily.
|
// Create the declaration lazily.
|
||||||
LLVMContext &C = Inst->getContext();
|
LLVMContext &C = Inst->getContext();
|
||||||
|
|
||||||
Constant *Decl = EP.get(ARCRuntimeEntryPoints::EPT_Release);
|
Constant *Decl = EP.get(ARCRuntimeEntryPoints::EPT_Release);
|
||||||
CallInst *NewCall = CallInst::Create(Decl, Call->getArgOperand(0), "",
|
CallInst *NewCall = CallInst::Create(Decl, Call->getArgOperand(0), "",
|
||||||
Call);
|
Call);
|
||||||
|
Loading…
Reference in New Issue
Block a user