1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

Removed trailing whitespace.

llvm-svn: 185743
This commit is contained in:
Michael Gottesman 2013-07-06 01:41:35 +00:00
parent 410b8b2112
commit 5ac3e16d6c

View File

@ -528,7 +528,7 @@ namespace {
bool IsKnownSafe() const {
return RRI.KnownSafe;
return RRI.KnownSafe;
}
void SetKnownSafe(const bool NewValue) {
@ -1505,7 +1505,7 @@ void ObjCARCOpt::OptimizeIndividualCalls(Function &F) {
// Create the declaration lazily.
LLVMContext &C = Inst->getContext();
Constant *Decl = EP.get(ARCRuntimeEntryPoints::EPT_Release);
CallInst *NewCall = CallInst::Create(Decl, Call->getArgOperand(0), "",
Call);