[PATCH] D21468: Fixed LegacyPassManager inconsistency
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 17 18:34:58 PDT 2016
mehdi_amini added inline comments.
================
Comment at: lib/IR/LegacyPassManager.cpp:877
@@ -876,3 @@
- if (AnUsage->getPreservesAll())
- return;
-
----------------
mehdi_amini wrote:
> Why removing the early return?
(Sorry I meant to remove this comment before validating, you can ignore)
http://reviews.llvm.org/D21468
More information about the llvm-commits
mailing list