diff options
| author | 2012-02-24 14:27:11 -0800 | |
|---|---|---|
| committer | 2012-02-24 14:27:11 -0800 | |
| commit | 32cebcf8f50a307ec269741a7e9926ed87b7905e (patch) | |
| tree | 48db26a5e8e1f4a74bdebf4f6ed0670d09751ae6 /src/compiler_llvm/compiler_llvm.cc | |
| parent | aee30ca829299bb630b3e575ffddf02d06de5f88 (diff) | |
| parent | e75a8cc8c34c055181ac3f9dfbe33461ea90c37a (diff) | |
Merge "Ignore frame-larger-than warning for auto generated code." into dalvik-dev
Diffstat (limited to 'src/compiler_llvm/compiler_llvm.cc')
| -rw-r--r-- | src/compiler_llvm/compiler_llvm.cc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/compiler_llvm/compiler_llvm.cc b/src/compiler_llvm/compiler_llvm.cc index 21a7bb95e9..038e826a09 100644 --- a/src/compiler_llvm/compiler_llvm.cc +++ b/src/compiler_llvm/compiler_llvm.cc @@ -32,10 +32,7 @@ namespace art { namespace compiler_llvm { -namespace { -using namespace llvm; -#include "art_module.cc" -} +llvm::Module* makeLLVMModuleContents(llvm::Module* module); CompilerLLVM::CompilerLLVM(Compiler* compiler, InstructionSet insn_set) |