From: Ted Kremenek Date: Wed, 13 Feb 2008 17:45:18 +0000 (+0000) Subject: Unbreak the build. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ee257148423fb8d22d232f97f456abaa338a949;p=clang Unbreak the build. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47072 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Analysis/GRExprEngine.cpp b/Analysis/GRExprEngine.cpp index e2373e8b2d..fb1b2ed394 100644 --- a/Analysis/GRExprEngine.cpp +++ b/Analysis/GRExprEngine.cpp @@ -1386,7 +1386,7 @@ struct VISIBILITY_HIDDEN DOTGraphTraits : #endif namespace clang { -void RunGRExprEngine(CFG& cfg, FunctionDecl& FD, ASTContext& Ctx, +void RunGRConstants(CFG& cfg, FunctionDecl& FD, ASTContext& Ctx, Diagnostic& Diag) { GRCoreEngine Engine(cfg, FD, Ctx);