diff options
| author | 2014-06-11 16:44:24 -0700 | |
|---|---|---|
| committer | 2014-06-11 16:44:24 -0700 | |
| commit | a5d74015f320306a770519748757d776b977ec56 (patch) | |
| tree | 9ff9506d86a9808099c873e69e2fd869291f60d4 | |
| parent | 45ee056ea22f68e1041fee7046e1622876c33271 (diff) | |
Fix typo comment by removing.
Change-Id: I09764f194317634164be9431328013205fba2910
| -rw-r--r-- | compiler/dex/quick/x86/int_x86.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/dex/quick/x86/int_x86.cc b/compiler/dex/quick/x86/int_x86.cc index a98db999e4..a050a05466 100644 --- a/compiler/dex/quick/x86/int_x86.cc +++ b/compiler/dex/quick/x86/int_x86.cc @@ -1123,7 +1123,6 @@ void X86Mir2Lir::GenMulLong(Instruction::Code, RegLocation rl_dest, RegLocation return; } } - // Falltrhough to handle. } rl_src1 = LoadValueWide(rl_src1, kCoreReg); rl_src2 = LoadValueWide(rl_src2, kCoreReg); |