[PATCH] D12773: [PM] Port SROA to the new pass manager.
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 10 23:09:44 PDT 2015
joker.eph added a subscriber: joker.eph.
================
Comment at: include/llvm/Transforms/Scalar/SROA.h:11
@@ +10,3 @@
+/// This file provides the interface for LLVM's Scalar Replacement of
+/// Aggregates pass. This pass provides both aggregate splitting and the pimary
+/// SSA formation used in the compiler.
----------------
s/pimary/primary/
http://reviews.llvm.org/D12773
More information about the llvm-commits
mailing list