diff options
author | Michael Kuperstein <michael.m.kuperstein@intel.com> | 2015-07-16 12:20:31 +0000 |
---|---|---|
committer | Michael Kuperstein <michael.m.kuperstein@intel.com> | 2015-07-16 12:20:31 +0000 |
commit | 8c3b4f2e78fb9e7c16a464062192f2796ab3650c (patch) | |
tree | 10c276b29a9963c43153870a716c198d637377c1 /llvm/lib/ExecutionEngine/Interpreter/Interpreter.h | |
parent | 7d54fab8f0f40edf0846ca8058a27f814c6b27ff (diff) | |
download | bcm5719-llvm-8c3b4f2e78fb9e7c16a464062192f2796ab3650c.tar.gz bcm5719-llvm-8c3b4f2e78fb9e7c16a464062192f2796ab3650c.zip |
Revert "Make ExecutionEngine owning a DataLayout"
Reverting to fix buildbot breakage.
This reverts commit r242387.
llvm-svn: 242394
Diffstat (limited to 'llvm/lib/ExecutionEngine/Interpreter/Interpreter.h')
-rw-r--r-- | llvm/lib/ExecutionEngine/Interpreter/Interpreter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h b/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h index bd813ac4900..f97664181a8 100644 --- a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h +++ b/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h @@ -95,6 +95,7 @@ struct ExecutionContext { // class Interpreter : public ExecutionEngine, public InstVisitor<Interpreter> { GenericValue ExitValue; // The return value of the called function + DataLayout TD; IntrinsicLowering *IL; // The runtime stack of executing code. The top of the stack is the current |