diff options
author | Brian Carlstrom <bdc@google.com> | 2013-07-18 13:28:37 -0700 |
---|---|---|
committer | Brian Carlstrom <bdc@google.com> | 2013-07-18 14:38:27 -0700 |
commit | 1895ea386ca78573302483f589ebabd8ce1480e7 (patch) | |
tree | d8c2d27ac746f29c8248fe17fd6b8e9872556fc4 /compiler/llvm/gbc_expander.cc | |
parent | 3e3d591f781b771de89f3b989830da2b6ac6fac8 (diff) | |
download | art-1895ea386ca78573302483f589ebabd8ce1480e7.tar.gz art-1895ea386ca78573302483f589ebabd8ce1480e7.tar.bz2 art-1895ea386ca78573302483f589ebabd8ce1480e7.zip |
Fix cpplint readability/fn_size issues
Change-Id: I1efdb07a948a2af49db1a9d21ccab16dacc03a54
Diffstat (limited to 'compiler/llvm/gbc_expander.cc')
-rw-r--r-- | compiler/llvm/gbc_expander.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/llvm/gbc_expander.cc b/compiler/llvm/gbc_expander.cc index a2c69988f8..a7793aec26 100644 --- a/compiler/llvm/gbc_expander.cc +++ b/compiler/llvm/gbc_expander.cc @@ -3791,7 +3791,7 @@ GBCExpanderPass::ExpandIntrinsic(IntrinsicHelper::IntrinsicId intr_id, } UNIMPLEMENTED(FATAL) << "Unexpected GBC intrinsic: " << static_cast<int>(intr_id); return NULL; -} +} // NOLINT(readability/fn_size) } // anonymous namespace |