We should be returning true here since we've changed the function.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50442 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Owen Anderson 2008-04-29 21:02:46 +00:00
parent 9862f31533
commit 7b6fafaa8d

View File

@ -677,7 +677,7 @@ bool MemCpyOpt::processMemCpy(MemCpyInst* M) {
NumMemCpyInstr++;
return false;
return true;
}
// MemCpyOpt::runOnFunction - This is the main transformation entry point for a