mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-28 07:05:03 +00:00
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:
parent
9862f31533
commit
7b6fafaa8d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user