forked from OSchip/llvm-project
Removed a needless cast to ClangExpressionVariable.
llvm-svn: 247910
This commit is contained in:
parent
476d252846
commit
c608d206c7
|
@ -101,7 +101,7 @@ public:
|
||||||
// Put the location of the spare memory into the live data of the ValueObject.
|
// Put the location of the spare memory into the live data of the ValueObject.
|
||||||
|
|
||||||
m_persistent_variable_sp->m_live_sp = ValueObjectConstResult::Create (map.GetBestExecutionContextScope(),
|
m_persistent_variable_sp->m_live_sp = ValueObjectConstResult::Create (map.GetBestExecutionContextScope(),
|
||||||
llvm::cast<ClangExpressionVariable>(m_persistent_variable_sp.get())->GetTypeFromUser(),
|
m_persistent_variable_sp->GetCompilerType(),
|
||||||
m_persistent_variable_sp->GetName(),
|
m_persistent_variable_sp->GetName(),
|
||||||
mem,
|
mem,
|
||||||
eAddressTypeLoad,
|
eAddressTypeLoad,
|
||||||
|
|
Loading…
Reference in New Issue