aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms
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 /lib/Transforms
parent28ad863f6c00baa3ace5ca3f0f6a1fdc52197d8e (diff)
downloadexternal_llvm-918067d52b54b53c33833077e254aa804022d0c3.zip
external_llvm-918067d52b54b53c33833077e254aa804022d0c3.tar.gz
external_llvm-918067d52b54b53c33833077e254aa804022d0c3.tar.bz2
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
Diffstat (limited to 'lib/Transforms')
-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 89949bb..e13fd71 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;
}