Make code match cvs commit message :)

llvm-svn: 27881
This commit is contained in:
Andrew Lenharth 2006-04-20 15:41:37 +00:00
parent 61eae29ad6
commit f89e630b2f
1 changed files with 1 additions and 1 deletions

View File

@ -5683,7 +5683,7 @@ bool InstCombiner::transformConstExprCastCall(CallSite CS) {
if (Callee->isExternal() &&
!(OldRetTy->isLosslesslyConvertibleTo(FT->getReturnType()) ||
(isa<PointerType>(FT->getReturnType()) &&
OldRetTy->isLosslesslyConvertibleTo(TD->getIntPtrType())))
TD->getIntPtrType()->isLosslesslyConvertibleTo(OldRetTy)))
&& !Caller->use_empty())
return false; // Cannot transform this return value...