diff options
author | 2013-07-18 00:18:05 -0700 | |
---|---|---|
committer | 2013-07-18 00:18:05 -0700 | |
commit | 08524597899d0bb021c9165218deff51dc88da50 (patch) | |
tree | e8677f76fdc2fb23017eca6dc8c528eef2451594 /compiler/dex/quick/codegen_util.cc | |
parent | 073deb8dda59ba42ad563f0453daa09a359edef7 (diff) | |
parent | 0cd7ec2dcd8d7ba30bf3ca420b40dac52849876c (diff) |
am 0cd7ec2d: Fix cpplint whitespace/blank_line issues
* commit '0cd7ec2dcd8d7ba30bf3ca420b40dac52849876c':
Fix cpplint whitespace/blank_line issues
Diffstat (limited to 'compiler/dex/quick/codegen_util.cc')
-rw-r--r-- | compiler/dex/quick/codegen_util.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/dex/quick/codegen_util.cc b/compiler/dex/quick/codegen_util.cc index e169dc8f54..8698b1f9ed 100644 --- a/compiler/dex/quick/codegen_util.cc +++ b/compiler/dex/quick/codegen_util.cc @@ -969,7 +969,6 @@ void Mir2Lir::Materialize() { /* Method is not empty */ if (first_lir_insn_) { - // mark the targets of switch statement case labels ProcessSwitchTables(); @@ -979,9 +978,7 @@ void Mir2Lir::Materialize() { if (cu_->verbose) { CodegenDump(); } - } - } CompiledMethod* Mir2Lir::GetCompiledMethod() { |