summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils
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
commita9a8c6271417c7492e68c35c64a7055dc253a9e4 (patch)
tree320213175084cd9a576d92a5a97d2a45e36d0a0c /llvm/lib/Transforms/Utils
parent35b8c509c80c7950e88ab1af738cd552ea5bd5d5 (diff)
downloadbcm5719-llvm-a9a8c6271417c7492e68c35c64a7055dc253a9e4.tar.gz
bcm5719-llvm-a9a8c6271417c7492e68c35c64a7055dc253a9e4.zip
remove tabs from my previous commit.
Sorry, not used to this editor anymore.. XCode please come back; you're forgiven :) llvm-svn: 161120
Diffstat (limited to 'llvm/lib/Transforms/Utils')
-rw-r--r--llvm/lib/Transforms/Utils/BuildLibCalls.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/Utils/BuildLibCalls.cpp b/llvm/lib/Transforms/Utils/BuildLibCalls.cpp
index 89949bb2a28..e13fd716fa8 100644
--- a/llvm/lib/Transforms/Utils/BuildLibCalls.cpp
+++ b/llvm/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;
}
OpenPOWER on IntegriCloud