]> granicus.if.org Git - clang/commitdiff
Fix message title
authorTed Kremenek <kremenek@apple.com>
Thu, 5 Mar 2009 00:12:45 +0000 (00:12 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 5 Mar 2009 00:12:45 +0000 (00:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66110 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/CFRefCount.cpp

index 08f4b64f76f2f50f16119262b073d798e9a4e3e7..6929af32f9313cc9d9f036097bc5d7486d228a07 100644 (file)
@@ -2392,7 +2392,7 @@ static const char* Msgs[] = {
   // 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",