diff options
author | Dan Gohman <gohman@apple.com> | 2010-11-12 11:21:08 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-11-12 11:21:08 +0000 |
commit | c9d8a75e44a56828cb4adcb9f54ff5c825571ce4 (patch) | |
tree | b8156a349156ffa2e401d9b6cd64a6cfa1964e6b /lib/Analysis/TypeBasedAliasAnalysis.cpp | |
parent | 7ea1ab5f41299563eb648aed159cfaff09e774d8 (diff) |
Re-disable TBAA for now; it broke MultiSource/Applications/JM/lencod,
at least.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118890 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/TypeBasedAliasAnalysis.cpp')
-rw-r--r-- | lib/Analysis/TypeBasedAliasAnalysis.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/TypeBasedAliasAnalysis.cpp b/lib/Analysis/TypeBasedAliasAnalysis.cpp index 57a7c8f948..20b797ebeb 100644 --- a/lib/Analysis/TypeBasedAliasAnalysis.cpp +++ b/lib/Analysis/TypeBasedAliasAnalysis.cpp @@ -67,7 +67,7 @@ using namespace llvm; // For testing purposes, enable TBAA only via a special option. -static cl::opt<bool> EnableTBAA("enable-tbaa", cl::init(true)); +static cl::opt<bool> EnableTBAA("enable-tbaa", cl::init(false)); namespace { /// TBAANode - This is a simple wrapper around an MDNode which provides a |