diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2017-07-26 22:58:28 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-07-26 22:58:28 +0000 |
commit | 95caa2bea47b7ab6f0e72472b96304bbbbf41bd0 (patch) | |
tree | 790d4f5dd9273a7312d4a4551b993c156b808227 /compiler/optimizing/codegen_test_utils.h | |
parent | 055761a47c4c0f591faaf44279e8d6a412c4f513 (diff) | |
parent | 71da4878f2e3f0dc8b7c3a31b4f57172fde5f378 (diff) |
Merge "ART: Move simulator to art/"
Diffstat (limited to 'compiler/optimizing/codegen_test_utils.h')
-rw-r--r-- | compiler/optimizing/codegen_test_utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/optimizing/codegen_test_utils.h b/compiler/optimizing/codegen_test_utils.h index 1b38acd8b0..cada2e679b 100644 --- a/compiler/optimizing/codegen_test_utils.h +++ b/compiler/optimizing/codegen_test_utils.h @@ -28,6 +28,7 @@ #include "arch/x86/instruction_set_features_x86.h" #include "arch/x86/registers_x86.h" #include "arch/x86_64/instruction_set_features_x86_64.h" +#include "code_simulator.h" #include "code_simulator_container.h" #include "common_compiler_test.h" #include "graph_checker.h" |