diff options
| author | 2012-11-21 15:03:19 -0800 | |
|---|---|---|
| committer | 2012-11-21 15:03:19 -0800 | |
| commit | dd20a8d64a8cd120361b44078074bd242913da0a (patch) | |
| tree | f1e1930d4a04bd8b1f09949491d4de6784058bbd /src/compiler/codegen/method_bitcode.h | |
| parent | 278b0db1ee55106486a7aecf39a581aac09fb619 (diff) | |
| parent | fa57c47f1b72916371a9c2d5c1389219bce655b4 (diff) | |
Merge "Quick Compiler: Shoot the Camel" into dalvik-dev
Diffstat (limited to 'src/compiler/codegen/method_bitcode.h')
| -rw-r--r-- | src/compiler/codegen/method_bitcode.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compiler/codegen/method_bitcode.h b/src/compiler/codegen/method_bitcode.h index 1d6a1c9f4c..df4f4d4a24 100644 --- a/src/compiler/codegen/method_bitcode.h +++ b/src/compiler/codegen/method_bitcode.h @@ -19,8 +19,8 @@ namespace art { -void MethodMIR2Bitcode(CompilationUnit* cUnit); -void MethodBitcode2LIR(CompilationUnit* cUnit); +void MethodMIR2Bitcode(CompilationUnit* cu); +void MethodBitcode2LIR(CompilationUnit* cu); } // namespace art |