[llvm-commits] [llvm] r118884 - /llvm/trunk/lib/Analysis/TypeBasedAliasAnalysis.cpp

Frits van Bommel fvbommel at gmail.com
Fri Nov 12 04:03:42 PST 2010


On Fri, Nov 12, 2010 at 7:20 AM, Dan Gohman <gohman at apple.com> wrote:
>  // For testing purposes, enable TBAA only via a special option.
> -static cl::opt<bool> EnableTBAA("enable-tbaa");
> +static cl::opt<bool> EnableTBAA("enable-tbaa", cl::init(true));

That comment is now out of date. Perhaps something like "For testing
purposes, TBAA can be disabled via a special option." would now be a
better description?




More information about the llvm-commits mailing list