[PATCH] D21316: Remove the ScalarReplAggregates pass

David Majnemer via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 13 19:22:48 PDT 2016


majnemer added inline comments.

================
Comment at: lib/Transforms/IPO/PassManagerBuilder.cpp:205
@@ -204,3 @@
-  if (UseNewSROA)
-    FPM.add(createSROAPass());
-  else
----------------
whitequark wrote:
> Indentation? (Also below)
The indentation is fine, phab is just not showing the whitespace change.


http://reviews.llvm.org/D21316





More information about the llvm-commits mailing list