[cfe-commits] r117046 - /cfe/trunk/lib/CodeGen/CodeGenTBAA.cpp

Dan Gohman gohman at apple.com
Thu Oct 21 11:50:04 PDT 2010


Author: djg
Date: Thu Oct 21 13:50:04 2010
New Revision: 117046

URL: http://llvm.org/viewvc/llvm-project?rev=117046&view=rev
Log:
Rename clang's TBAA tree root from "experimental" to "simple".

Modified:
    cfe/trunk/lib/CodeGen/CodeGenTBAA.cpp

Modified: cfe/trunk/lib/CodeGen/CodeGenTBAA.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CodeGenTBAA.cpp?rev=117046&r1=117045&r2=117046&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CodeGenTBAA.cpp (original)
+++ cfe/trunk/lib/CodeGen/CodeGenTBAA.cpp Thu Oct 21 13:50:04 2010
@@ -57,7 +57,7 @@
     // 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,





More information about the cfe-commits mailing list