From e75a8cc8c34c055181ac3f9dfbe33461ea90c37a Mon Sep 17 00:00:00 2001 From: Logan Chien Date: Fri, 24 Feb 2012 12:26:43 +0800 Subject: Ignore frame-larger-than warning for auto generated code. Change-Id: I2fd44f7fd54899d905b2630c2373e02251562617 --- src/compiler_llvm/compiler_llvm.cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/compiler_llvm/compiler_llvm.cc') 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) -- cgit v1.2.3-59-g8ed1b