Implement printing of instruction result values when debug info is turned
authorReid Spencer <rspencer@reidspencer.com>
Wed, 16 May 2007 02:05:13 +0000 (02:05 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 16 May 2007 02:05:13 +0000 (02:05 +0000)
commit951418b7e9e109bb4330d2e901a553aad69637c8
tree50d44f3a7dbe062ac712b2d3c3533c61d12ff2f8
parent93003b8cf221f084e71e2b4033c41ff2cae6c36d
Implement printing of instruction result values when debug info is turned
on. This helps to speed up the debugging time by showing computational
results as the program executes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37095 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/Interpreter/Execution.cpp