summaryrefslogtreecommitdiff
path: root/src/compiler/codegen/method_bitcode.h
diff options
context:
space:
mode:
author buzbee <buzbee@google.com> 2012-11-21 05:31:41 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2012-11-21 05:31:41 -0800
commit0c1e45fc411b05e026abf6a2e343927bbd1aa4ca (patch)
tree8368a3628dc44bab72a38ffa5458caf6fa80330c /src/compiler/codegen/method_bitcode.h
parenta3b122e83c8cdaa9e00f7ebb3cd7b7e17b06e257 (diff)
parent52a77fc135f0e0df57ee24641c3f5ae415ff7bd6 (diff)
Merge "Quick Compiler function renaming" into dalvik-dev
Diffstat (limited to 'src/compiler/codegen/method_bitcode.h')
-rw-r--r--src/compiler/codegen/method_bitcode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compiler/codegen/method_bitcode.h b/src/compiler/codegen/method_bitcode.h
index 8b1428682d..1d6a1c9f4c 100644
--- a/src/compiler/codegen/method_bitcode.h
+++ b/src/compiler/codegen/method_bitcode.h
@@ -19,8 +19,8 @@
namespace art {
-void oatMethodMIR2Bitcode(CompilationUnit* cUnit);
-void oatMethodBitcode2LIR(CompilationUnit* cUnit);
+void MethodMIR2Bitcode(CompilationUnit* cUnit);
+void MethodBitcode2LIR(CompilationUnit* cUnit);
} // namespace art