Reverting r275284 due to platform-specific test failures

llvm-svn: 275304
This commit is contained in:
Andrew Kaylor
2016-07-13 19:09:16 +00:00
parent 18c3d0674e
commit 346dd7f1bd
10 changed files with 1 additions and 103 deletions

View File

@@ -642,7 +642,6 @@ bool TargetLibraryInfoImpl::isValidProtoForLibFunc(const FunctionType &FTy,
return false;
// fallthrough
case LibFunc::memcpy:
case LibFunc::mempcpy:
case LibFunc::memmove:
return (NumParams == 3 && FTy.getReturnType() == FTy.getParamType(0) &&
FTy.getParamType(0)->isPointerTy() &&