remove tabs from my previous commit.

Sorry, not used to this editor anymore.. XCode please come back; you're forgiven :)

llvm-svn: 161120
This commit is contained in:
Nuno Lopes 2012-08-01 17:13:28 +00:00
parent 35b8c509c8
commit a9a8c62714
1 changed files with 2 additions and 2 deletions

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