commit | 7353cf462349e8295d44c17daac6f446f5ae446a | [log] [tgz] |
---|---|---|
author | Andrew Kaylor <andrew.kaylor@intel.com> | Thu Jan 05 18:53:24 2017 +0000 |
committer | Andrew Kaylor <andrew.kaylor@intel.com> | Thu Jan 05 18:53:24 2017 +0000 |
tree | 9541e0ee58590dbfabef27b1b35c3f6472808f0d | |
parent | feaf9d1463f7a9f17f9ddb2746c8e735a141aa4a [diff] [blame] |
[LICM] Small update to note changes made in hoistRegion Differential Revision: https://reviews.llvm.org/D28363 llvm-svn: 291157
diff --git a/llvm/lib/Transforms/Scalar/LICM.cpp b/llvm/lib/Transforms/Scalar/LICM.cpp index 1cc5c8f..eb887af 100644 --- a/llvm/lib/Transforms/Scalar/LICM.cpp +++ b/llvm/lib/Transforms/Scalar/LICM.cpp
@@ -408,6 +408,7 @@ CurAST->deleteValue(&I); I.eraseFromParent(); } + Changed = true; continue; }