Change arg type.

llvm-svn: 109218
This commit is contained in:
Zhongxing Xu 2010-07-23 05:55:01 +00:00
parent 204fbaf5c2
commit 73ede01cad
2 changed files with 2 additions and 2 deletions

View File

@ -454,7 +454,7 @@ public:
/// Marshal a new state for the callee in another translation unit.
/// 'state' is owned by the caller's engine.
const GRState *MarshalState(const GRState *state, const LocationContext *L);
const GRState *MarshalState(const GRState *state, const StackFrameContext *L);
public:

View File

@ -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(),