We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 189508c commit 91ab4ffCopy full SHA for 91ab4ff
llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp
@@ -66,7 +66,9 @@
66
#include "llvm/Support/CommandLine.h"
67
using namespace llvm;
68
69
-// For testing purposes, enable TBAA only via a special option.
+// 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.
72
static cl::opt<bool> EnableTBAA("enable-tbaa", cl::init(true));
73
74
namespace {
0 commit comments