[llvm-commits] [llvm] r127718 - in /llvm/trunk: lib/Transforms/Scalar/ScalarReplAggregates.cpp test/Transforms/ScalarRepl/only-memcpy-uses.ll

Duncan Sands baldrick at free.fr
Wed Mar 16 01:10:25 PDT 2011


Hi Cameron,

> @@ -238,10 +238,15 @@
>     /// also declared as a vector, we do want to promote to a vector.
>     bool HadAVector;
>
> +  /// HadAVector - True if there is at least one access to the alloca that is

HadAVector -> HadNonMemTransferAccess

Ciao, Duncan.



More information about the llvm-commits mailing list