1
0
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:
Dan Gohman 2010-11-12 06:20:01 +00:00
parent b10e4b99e3
commit f867bfd906

View File

@ -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