Fixes in the IRInterpreter:
authorSean Callanan <scallanan@apple.com>
Fri, 15 Feb 2013 23:07:52 +0000 (23:07 +0000)
committerSean Callanan <scallanan@apple.com>
Fri, 15 Feb 2013 23:07:52 +0000 (23:07 +0000)
commitc8675507aac2b506bd49b09bf9ede36f554dc062
tree649576dc26a7c67bcecd02ddc996662445b02bc4
parent42d4e2e4eca8d7313fd975aec0200a3e34163901
Fixes in the IRInterpreter:

- removed an unnecessary variable
- fixed an issue where we sometimes
  wrote too much data into a buffer
- made the recognition of variables
  as "this" a little more conservative

<rdar://problem/13216268>

llvm-svn: 175318
lldb/source/Expression/IRInterpreter.cpp