diff options
author | Ted Kremenek <kremenek@apple.com> | 2008-02-13 17:45:18 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2008-02-13 17:45:18 +0000 |
commit | 0ee257148423fb8d22d232f97f456abaa338a949 (patch) | |
tree | e007d98563b09587519be9b625b1b79b8deba224 | |
parent | a82799e63f42646ca878792f9f9a982510dc6e83 (diff) |
Unbreak the build.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47072 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | Analysis/GRExprEngine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<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); |