Update a comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121946 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2010-12-16 02:55:10 +00:00
parent a4bdf2ea48
commit 326faecc35

View File

@ -66,7 +66,9 @@
#include "llvm/Support/CommandLine.h"
using namespace llvm;
// For testing purposes, enable TBAA only via a special option.
// A handy option for disabling TBAA functionality. The same effect can also be
// achieved by stripping the !tbaa tags from IR, but this option is sometimes
// more convenient.
static cl::opt<bool> EnableTBAA("enable-tbaa", cl::init(true));
namespace {