]> granicus.if.org Git - clang/commitdiff
Unbreak the build.
authorTed Kremenek <kremenek@apple.com>
Wed, 13 Feb 2008 17:45:18 +0000 (17:45 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 13 Feb 2008 17:45:18 +0000 (17:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47072 91177308-0d34-0410-b5e6-96231b3b80d8

Analysis/GRExprEngine.cpp

index e2373e8b2d78ae4cd4306aedef44f7b4b05d1b42..fb1b2ed3943b0ab6aca03d5cfd087e4038b809a7 100644 (file)
@@ -1386,7 +1386,7 @@ struct VISIBILITY_HIDDEN DOTGraphTraits<GRExprEngine::NodeTy*> :
 #endif
 
 namespace clang {
-void RunGRExprEngine(CFG& cfg, FunctionDecl& FD, ASTContext& Ctx,
+void RunGRConstants(CFG& cfg, FunctionDecl& FD, ASTContext& Ctx,
                     Diagnostic& Diag) {
   
   GRCoreEngine<GRExprEngine> Engine(cfg, FD, Ctx);