commit | 7b6fafaa8d2cd98c37a8978e8ccbbba91f834b3d | [log] [tgz] |
---|---|---|
author | Owen Anderson <resistor@mac.com> | Tue Apr 29 21:02:46 2008 +0000 |
committer | Owen Anderson <resistor@mac.com> | Tue Apr 29 21:02:46 2008 +0000 |
tree | ba42d3369e16589c6db1f9c3327a5113d479b4bc | |
parent | 9862f31533d09709c0c60b6c943e5ef8a3a5429f [diff] [blame] |
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
diff --git a/lib/Transforms/Scalar/MemCpyOptimizer.cpp b/lib/Transforms/Scalar/MemCpyOptimizer.cpp index a845ee9..d2723ab 100644 --- a/lib/Transforms/Scalar/MemCpyOptimizer.cpp +++ b/lib/Transforms/Scalar/MemCpyOptimizer.cpp
@@ -677,7 +677,7 @@ NumMemCpyInstr++; - return false; + return true; } // MemCpyOpt::runOnFunction - This is the main transformation entry point for a