From b672d1e48b6e02bb69c7cd9bcfa7509c81514c07 Mon Sep 17 00:00:00 2001 From: TDYa127 Date: Thu, 28 Jun 2012 21:21:45 -0700 Subject: Merge iceland to greenland. Change-Id: Ic4440a658bb2fccb558024a736d896baaf172f3c --- src/compiler_llvm/compiler_llvm.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/compiler_llvm/compiler_llvm.h') diff --git a/src/compiler_llvm/compiler_llvm.h b/src/compiler_llvm/compiler_llvm.h index 24a766e2f4..4680648854 100644 --- a/src/compiler_llvm/compiler_llvm.h +++ b/src/compiler_llvm/compiler_llvm.h @@ -89,12 +89,6 @@ class CompilerLLVM { private: CompilationUnit* AllocateCompilationUnit(); - void Materialize(CompilationUnit* cunit); - - bool IsBitcodeFileNameAvailable() const { - return !bitcode_filename_.empty(); - } - Compiler* compiler_; InstructionSet insn_set_; -- cgit v1.2.3-59-g8ed1b