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 | 73ede01cadf997a851ebb42e945450f0094de5d8 (patch) | |
| tree | 8db66622ec308468f2efc87492c12a08563e229f /clang/lib | |
| parent | 204fbaf5c2105c78586e026086d8b51a2fe37efd (diff) | |
| download | bcm5719-llvm-73ede01cadf997a851ebb42e945450f0094de5d8.tar.gz bcm5719-llvm-73ede01cadf997a851ebb42e945450f0094de5d8.zip | |
Change arg type.
llvm-svn: 109218
Diffstat (limited to 'clang/lib')
| -rw-r--r-- | clang/lib/Checker/GRState.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Checker/GRState.cpp b/clang/lib/Checker/GRState.cpp index 67b3dfe0b65..69470bbbb28 100644 --- a/clang/lib/Checker/GRState.cpp +++ b/clang/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(), |

