diff options
Diffstat (limited to 'src/compiler/codegen/CodegenFactory.cc')
| -rw-r--r-- | src/compiler/codegen/CodegenFactory.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/codegen/CodegenFactory.cc b/src/compiler/codegen/CodegenFactory.cc index 4b2fd4a9f6..d1411568d4 100644 --- a/src/compiler/codegen/CodegenFactory.cc +++ b/src/compiler/codegen/CodegenFactory.cc @@ -28,6 +28,8 @@ namespace art { * Prior to including this file, TGT_LIR should be #defined. * For example, for arm: * #define TGT_LIR ArmLIR + * for MIPS: + * #define TGT_LIR MipsLIR * and for x86: * #define TGT_LIR X86LIR */ |