Skip to content

Commit 91ab4ff

Browse files
author
Dan Gohman
committed
Update a comment.
llvm-svn: 121946
1 parent 189508c commit 91ab4ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@
6666
#include "llvm/Support/CommandLine.h"
6767
using namespace llvm;
6868

69-
// For testing purposes, enable TBAA only via a special option.
69+
// A handy option for disabling TBAA functionality. The same effect can also be
70+
// achieved by stripping the !tbaa tags from IR, but this option is sometimes
71+
// more convenient.
7072
static cl::opt<bool> EnableTBAA("enable-tbaa", cl::init(true));
7173

7274
namespace {

0 commit comments

Comments
 (0)