diff options
Diffstat (limited to 'compiler/optimizing/nodes_mips.h')
-rw-r--r-- | compiler/optimizing/nodes_mips.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/nodes_mips.h b/compiler/optimizing/nodes_mips.h index 4993f5737e..987ae1492e 100644 --- a/compiler/optimizing/nodes_mips.h +++ b/compiler/optimizing/nodes_mips.h @@ -17,7 +17,7 @@ #ifndef ART_COMPILER_OPTIMIZING_NODES_MIPS_H_ #define ART_COMPILER_OPTIMIZING_NODES_MIPS_H_ -namespace art { +namespace art HIDDEN { // Compute the address of the method for MIPS Constant area support. class HMipsComputeBaseMethodAddress : public HExpression<0> { |