diff options
author | Zhongxing Xu <xuzhongxing@gmail.com> | 2010-07-23 05:55:01 +0000 |
---|---|---|
committer | Zhongxing Xu <xuzhongxing@gmail.com> | 2010-07-23 05:55:01 +0000 |
commit | d5ef7b26f7e17bc147a549353decebed14797f83 (patch) | |
tree | ced1d0ace7d9548664b2f013a7f0c61a0b86e511 /lib/Checker/GRState.cpp | |
parent | 1f19124c70093d2ef0c06eed63ca6080611800a3 (diff) |
Change arg type.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109218 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Checker/GRState.cpp')
-rw-r--r-- | lib/Checker/GRState.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Checker/GRState.cpp b/lib/Checker/GRState.cpp index 67b3dfe0b6..69470bbbb2 100644 --- a/lib/Checker/GRState.cpp +++ b/lib/Checker/GRState.cpp @@ -58,7 +58,7 @@ GRStateManager::RemoveDeadBindings(const GRState* state, } const GRState *GRStateManager::MarshalState(const GRState *state, - const LocationContext *InitLoc) { + const StackFrameContext *InitLoc) { // make up an empty state for now. GRState State(this, EnvMgr.getInitialEnvironment(), |