diff options
author | 2013-07-17 23:56:17 -0700 | |
---|---|---|
committer | 2013-07-17 23:56:17 -0700 | |
commit | 073deb8dda59ba42ad563f0453daa09a359edef7 (patch) | |
tree | 56810137f399d49bf8d93e51265641d44e2ea6a4 /compiler/dex/quick/codegen_util.cc | |
parent | b267c89acd0fcda0e8e2a9eeaeeed9ee048d1abc (diff) | |
parent | f69863b3039fc621ff4250e262d2a024d5e79ec8 (diff) |
am f69863b3: Fix cpplint whitespace/newline issues
* commit 'f69863b3039fc621ff4250e262d2a024d5e79ec8':
Fix cpplint whitespace/newline issues
Diffstat (limited to 'compiler/dex/quick/codegen_util.cc')
-rw-r--r-- | compiler/dex/quick/codegen_util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dex/quick/codegen_util.cc b/compiler/dex/quick/codegen_util.cc index e728d2769b..e169dc8f54 100644 --- a/compiler/dex/quick/codegen_util.cc +++ b/compiler/dex/quick/codegen_util.cc @@ -61,7 +61,7 @@ void Mir2Lir::NopLIR( LIR* lir) { void Mir2Lir::SetMemRefType(LIR* lir, bool is_load, int mem_type) { uint64_t *mask_ptr; - uint64_t mask = ENCODE_MEM;; + uint64_t mask = ENCODE_MEM; DCHECK(GetTargetInstFlags(lir->opcode) & (IS_LOAD | IS_STORE)); if (is_load) { mask_ptr = &lir->use_mask; |