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
This commit is contained in:
Nuno Lopes 2012-08-01 17:13:28 +00:00
parent 28ad863f6c
commit 918067d52b

View File

@ -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;
}