commit | eb7b7399dbdb5e471b8ae00a567bf4f19edd3907 | [log] [tgz] |
---|---|---|
author | Alexandre Rames <alexandre.rames@linaro.org> | Fri Jun 19 14:47:01 2015 +0100 |
committer | David Brazdil <dbrazdil@google.com> | Mon Jun 22 11:57:36 2015 +0100 |
tree | a0a488040883c14cc6cbec3186654137459d44ff | |
parent | 8ec0e20347e13592539a8c0786b1db1735149800 [diff] [blame] |
Opt compiler: Add disassembly to the '.cfg' output. This is automatically added to the '.cfg' output when using the usual `--dump-cfg` option. Change-Id: I864bfc3a8299c042e72e451cc7730ad8271e4deb
diff --git a/compiler/optimizing/code_generator_x86_64.h b/compiler/optimizing/code_generator_x86_64.h index 215754c..a18e89a 100644 --- a/compiler/optimizing/code_generator_x86_64.h +++ b/compiler/optimizing/code_generator_x86_64.h
@@ -245,6 +245,10 @@ return &assembler_; } + const X86_64Assembler& GetAssembler() const OVERRIDE { + return assembler_; + } + ParallelMoveResolverX86_64* GetMoveResolver() OVERRIDE { return &move_resolver_; }