]> granicus.if.org Git - clang/commitdiff
Rename clang's TBAA tree root from "experimental" to "simple".
authorDan Gohman <gohman@apple.com>
Thu, 21 Oct 2010 18:50:04 +0000 (18:50 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 21 Oct 2010 18:50:04 +0000 (18:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117046 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CodeGenTBAA.cpp

index fb551b9ac6a4755dd3dd479b6c61c3970a99d3b1..5df10589e2087ab0f0c0f7f9172dfd54652fd5f7 100644 (file)
@@ -57,7 +57,7 @@ CodeGenTBAA::getTBAAInfo(QualType QTy) {
     // if our LLVM IR is linked with LLVM IR from a different front-end
     // (or a different version of this front-end), their TBAA trees will
     // remain distinct, and the optimizer will treat them conservatively.
-    Root = getTBAAInfoForNamedType("Experimental TBAA", 0);
+    Root = getTBAAInfoForNamedType("Simple C/C++ TBAA", 0);
 
     // Define the root of the tree for user-accessible memory. C and C++
     // give special powers to char and certain similar types. However,