From: Nuno Lopes Date: Wed, 1 Aug 2012 17:13:28 +0000 (+0000) Subject: remove tabs from my previous commit. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=918067d52b54b53c33833077e254aa804022d0c3;p=oota-llvm.git remove tabs from my previous commit. Sorry, not used to this editor anymore.. XCode please come back; you're forgiven :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161120 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Utils/BuildLibCalls.cpp b/lib/Transforms/Utils/BuildLibCalls.cpp index 89949bb2a28..e13fd716fa8 100644 --- a/lib/Transforms/Utils/BuildLibCalls.cpp +++ b/lib/Transforms/Utils/BuildLibCalls.cpp @@ -527,7 +527,7 @@ bool SimplifyFortifiedLibCalls::fold(CallInst *CI, const TargetData *TD, Value *Ret = EmitStrCpy(CI->getArgOperand(0), CI->getArgOperand(1), B, TD, TLI, Name.substr(2, 6)); if (!Ret) - return false; + return false; replaceCall(Ret); return true; } @@ -548,7 +548,7 @@ bool SimplifyFortifiedLibCalls::fold(CallInst *CI, const TargetData *TD, CI->getArgOperand(2), B, TD, TLI, Name.substr(2, 7)); if (!Ret) - return false; + return false; replaceCall(Ret); return true; }