Fixed handling of function pointers in the IR
authorSean Callanan <scallanan@apple.com>
Tue, 19 Mar 2013 01:45:02 +0000 (01:45 +0000)
committerSean Callanan <scallanan@apple.com>
Tue, 19 Mar 2013 01:45:02 +0000 (01:45 +0000)
commit9be9d172bfe5987afa6a9727fbe91d10469e6861
tree88278c0c9bb2083b653fc361e383676eb4840947
parentd67186337afba5a0ff1059b9c9efc1cce575f92d
Fixed handling of function pointers in the IR
interpreter.  They now have correct values, even
when the process is not running.

llvm-svn: 177372
lldb/source/Expression/ClangExpressionDeclMap.cpp
lldb/source/Expression/IRInterpreter.cpp