[llvm-commits] [llvm] r161120 - /llvm/trunk/lib/Transforms/Utils/BuildLibCalls.cpp
Nuno Lopes
nunoplopes at sapo.pt
Wed Aug 1 10:13:28 PDT 2012
Author: nlopes
Date: Wed Aug 1 12:13:28 2012
New Revision: 161120
URL: http://llvm.org/viewvc/llvm-project?rev=161120&view=rev
Log:
remove tabs from my previous commit.
Sorry, not used to this editor anymore.. XCode please come back; you're forgiven :)
Modified:
llvm/trunk/lib/Transforms/Utils/BuildLibCalls.cpp
Modified: llvm/trunk/lib/Transforms/Utils/BuildLibCalls.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Utils/BuildLibCalls.cpp?rev=161120&r1=161119&r2=161120&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Utils/BuildLibCalls.cpp (original)
+++ llvm/trunk/lib/Transforms/Utils/BuildLibCalls.cpp Wed Aug 1 12:13:28 2012
@@ -527,7 +527,7 @@
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 @@
CI->getArgOperand(2), B, TD, TLI,
Name.substr(2, 7));
if (!Ret)
- return false;
+ return false;
replaceCall(Ret);
return true;
}
More information about the llvm-commits
mailing list