mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
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:
parent
a4bdf2ea48
commit
326faecc35
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user