Add a new hidden option to the interpreter to cause it to print
authorChris Lattner <sabre@nondot.org>
Tue, 8 Jul 2008 17:25:49 +0000 (17:25 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 8 Jul 2008 17:25:49 +0000 (17:25 +0000)
commit663ceeb948c526c705b38efd2075b7c80a190e5d
tree6671effb61ca027fd8af6286d60e0b35f133f487
parent710429645ac0327dbe83ceab040fe04d2cfff605
Add a new hidden option to the interpreter to cause it to print
out every volatile load and store.  This is useful for tracking
down insane volatile memory bugs.

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