summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Lopes <nunoplopes@sapo.pt>2012-08-01 17:13:28 +0000
committerNuno Lopes <nunoplopes@sapo.pt>2012-08-01 17:13:28 +0000
commit918067d52b54b53c33833077e254aa804022d0c3 (patch)
tree9efa6bd36f81733bdaa03a507cf4fe855e4a3f52
parent28ad863f6c00baa3ace5ca3f0f6a1fdc52197d8e (diff)
downloadllvm-918067d52b54b53c33833077e254aa804022d0c3.tar.gz
llvm-918067d52b54b53c33833077e254aa804022d0c3.tar.bz2
llvm-918067d52b54b53c33833077e254aa804022d0c3.tar.xz
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
-rw-r--r--lib/Transforms/Utils/BuildLibCalls.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Transforms/Utils/BuildLibCalls.cpp b/lib/Transforms/Utils/BuildLibCalls.cpp
index 89949bb2a2..e13fd716fa 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;
}