diff options
| author | 2013-11-12 15:09:20 +0000 | |
|---|---|---|
| committer | 2013-11-12 15:23:28 +0000 | |
| commit | 25724efbf84cce5734d1869e636cf59bc3f95941 (patch) | |
| tree | 29f750e91affb79dba6508d82ade61c17395d56e /compiler/dex/quick/codegen_util.cc | |
| parent | fb0c1951a6eeacd915618e324104e4d49e78d59e (diff) | |
Fix CompilationUnit's UniquePtr usage.
CompilationUnit defined in compiler_ir.h uses UniquePtr with
forward-declared MIRGraph, so the ctor/dtor must be defined
in a compilation unit that actually includes MIRGraph's
definition. Otherwise the build would depend on the order of
includes.
Change-Id: I53096c5f1c975843bad3c375d4ce72a9c0656264
Diffstat (limited to 'compiler/dex/quick/codegen_util.cc')
0 files changed, 0 insertions, 0 deletions