mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Enable TBAA.
llvm-svn: 118884
This commit is contained in:
parent
b10e4b99e3
commit
f867bfd906
@ -67,7 +67,7 @@
|
||||
using namespace llvm;
|
||||
|
||||
// For testing purposes, enable TBAA only via a special option.
|
||||
static cl::opt<bool> EnableTBAA("enable-tbaa");
|
||||
static cl::opt<bool> EnableTBAA("enable-tbaa", cl::init(true));
|
||||
|
||||
namespace {
|
||||
/// TBAANode - This is a simple wrapper around an MDNode which provides a
|
||||
|
Loading…
Reference in New Issue
Block a user