mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-29 10:32:47 +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"
|
#include "llvm/Support/CommandLine.h"
|
||||||
using namespace llvm;
|
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));
|
static cl::opt<bool> EnableTBAA("enable-tbaa", cl::init(true));
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
Loading…
Reference in New Issue
Block a user