"currentHandler" is a nullary selector


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53763 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/CFRefCount.cpp b/lib/Analysis/CFRefCount.cpp
index de048eb..bd9ac40 100644
--- a/lib/Analysis/CFRefCount.cpp
+++ b/lib/Analysis/CFRefCount.cpp
@@ -962,7 +962,7 @@
   
   // Create the [NSAssertionHandler currentHander] summary.  
   addClsMethSummary(NSAssertionHandlerII,
-                    GetUnarySelector("currentHandler", Ctx),
+                    GetNullarySelector("currentHandler", Ctx),
                     getPersistentSummary(RetEffect::MakeNotOwned()));  
 }