diff options
| author | 2013-07-26 12:46:02 -0700 | |
|---|---|---|
| committer | 2013-07-26 12:47:51 -0700 | |
| commit | 0f055d11096cb02563e9c040cd03c791fd8f69a3 (patch) | |
| tree | 8c7e730f17174ab4e11786fde1c2a05c7039d507 /compiler/dex/quick/codegen_util.cc | |
| parent | 93c3396f8b33539489763ebdfafcedb4127009d9 (diff) | |
| parent | 7934ac288acfb2552bb0b06ec1f61e5820d924a4 (diff) | |
resolved conflicts for merge of 7934ac28 to dalvik-dev
Change-Id: I8798a6f154463d3f92f6aca62f14130aec82d273
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 9e9b39e3ef..c9780fa537 100644 --- a/compiler/dex/quick/codegen_util.cc +++ b/compiler/dex/quick/codegen_util.cc @@ -1063,4 +1063,4 @@ void Mir2Lir::InsertLIRAfter(LIR* current_lir, LIR* new_lir) { } -} // namespace art +} // namespace art |