Fixed a bug where the expression parser doesn't
authorSean Callanan <scallanan@apple.com>
Tue, 7 Jan 2014 23:15:26 +0000 (23:15 +0000)
committerSean Callanan <scallanan@apple.com>
Tue, 7 Jan 2014 23:15:26 +0000 (23:15 +0000)
commit65b320f783f409f80de90538719b212131b9e90f
treef8f658c8ae34906503f6a8be5bf30ee960078b48
parent3d5bb3266ff25a4169a28730b91b8d0ce277dd2f
Fixed a bug where the expression parser doesn't
materialize a variable in a register correctly
if the variable is a pointer.  This fixes a
regression introduced by my commit of Oct. 22nd
(r193191).

llvm-svn: 198718
lldb/source/Expression/Materializer.cpp