[cfe-commits] r66110 - /cfe/trunk/lib/Analysis/CFRefCount.cpp

Ted Kremenek kremenek at apple.com
Wed Mar 4 16:12:46 PST 2009


Author: kremenek
Date: Wed Mar  4 18:12:45 2009
New Revision: 66110

URL: http://llvm.org/viewvc/llvm-project?rev=66110&view=rev
Log:
Fix message title

Modified:
    cfe/trunk/lib/Analysis/CFRefCount.cpp

Modified: cfe/trunk/lib/Analysis/CFRefCount.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Analysis/CFRefCount.cpp?rev=66110&r1=66109&r2=66110&view=diff

==============================================================================
--- cfe/trunk/lib/Analysis/CFRefCount.cpp (original)
+++ cfe/trunk/lib/Analysis/CFRefCount.cpp Wed Mar  4 18:12:45 2009
@@ -2392,7 +2392,7 @@
   // GC only
   "Code is compiled to only use garbage collection",    
   // No GC.
-  "Code is compiled to not use reference counts and not garbage collection",
+  "Code is compiled to use reference counts",
   // Hybrid, with GC.
   "Code is compiled to use either garbage collection (GC) or reference counts"
   " (non-GC).  The bug occurs with GC enabled",  





More information about the cfe-commits mailing list