From: Michael Gottesman Date: Sat, 6 Jul 2013 01:41:35 +0000 (+0000) Subject: Removed trailing whitespace. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4ee7e47a87a894bd1ad9a1406cb5f21d8b988787;p=oota-llvm.git Removed trailing whitespace. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185743 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/ObjCARC/ObjCARCOpts.cpp b/lib/Transforms/ObjCARC/ObjCARCOpts.cpp index 51797c76d30..cef049591ce 100644 --- a/lib/Transforms/ObjCARC/ObjCARCOpts.cpp +++ b/lib/Transforms/ObjCARC/ObjCARCOpts.cpp @@ -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);