diff options
Diffstat (limited to 'compiler/sea_ir/instruction_tools.h')
-rw-r--r-- | compiler/sea_ir/instruction_tools.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/sea_ir/instruction_tools.h b/compiler/sea_ir/instruction_tools.h index 0c227532b8..d3871008a4 100644 --- a/compiler/sea_ir/instruction_tools.h +++ b/compiler/sea_ir/instruction_tools.h @@ -121,5 +121,5 @@ class InstructionTools { static bool IsDefinition(const art::Instruction* instruction); static const int instruction_attributes_[]; }; -} // end namespace sea_ir +} // namespace sea_ir #endif // ART_COMPILER_SEA_IR_INSTRUCTION_TOOLS_H_ |