commit | d668a06b5dcc3b0f7f788da4d756cd4ee6f1d0fa | [log] [tgz] |
---|---|---|
author | TDYa127 <tdy@google.com> | Fri Apr 13 12:36:57 2012 -0700 |
committer | Shih-wei Liao <sliao@google.com> | Sun Apr 15 03:09:41 2012 -0700 |
tree | 7795e95e138821e57b738cd452850a5d52bb4899 | |
parent | 0dae08ead9112adb81ad507b81187f00f77bc168 [diff] [blame] |
Implement runtime support inlining. Change-Id: I8608b246a4dfde9959b5b86872f65dfa61646c84
diff --git a/src/compiler_llvm/runtime_support_func.h b/src/compiler_llvm/runtime_support_func.h index 480b054..de3ed26 100644 --- a/src/compiler_llvm/runtime_support_func.h +++ b/src/compiler_llvm/runtime_support_func.h
@@ -19,8 +19,8 @@ namespace art { namespace compiler_llvm { - namespace runtime_support { + enum RuntimeId { #define DEFINE_RUNTIME_SUPPORT_FUNC_ID(ID, NAME) ID, #include "runtime_support_func_list.h" @@ -30,8 +30,8 @@ MAX_ID }; -} +} // namespace runtime_support } // namespace compiler_llvm } // namespace art