summaryrefslogtreecommitdiffstats
path: root/compiler/dex/portable/mir_to_gbc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/dex/portable/mir_to_gbc.cc')
-rw-r--r--compiler/dex/portable/mir_to_gbc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dex/portable/mir_to_gbc.cc b/compiler/dex/portable/mir_to_gbc.cc
index 85ffec5..ad7a6a8 100644
--- a/compiler/dex/portable/mir_to_gbc.cc
+++ b/compiler/dex/portable/mir_to_gbc.cc
@@ -1500,7 +1500,7 @@ bool MirConverter::ConvertMIRNode(MIR* mir, BasicBlock* bb,
res = true;
}
return res;
-}
+} // NOLINT(readability/fn_size)
void MirConverter::SetDexOffset(int32_t offset) {
current_dalvik_offset_ = offset;