summaryrefslogtreecommitdiff
path: root/src/compiler_llvm/compiler_llvm.h
diff options
context:
space:
mode:
author TDYa127 <tdy@google.com> 2012-06-28 21:21:45 -0700
committer Shih-wei Liao <sliao@google.com> 2012-09-15 04:15:17 -0700
commitb672d1e48b6e02bb69c7cd9bcfa7509c81514c07 (patch)
tree1731b6e1818a90136a985fa0957bf5ebc96eaf7d /src/compiler_llvm/compiler_llvm.h
parent21d28f510eb590f52810c83f1f3f37fe5f4adf46 (diff)
Merge iceland to greenland.
Change-Id: Ic4440a658bb2fccb558024a736d896baaf172f3c
Diffstat (limited to 'src/compiler_llvm/compiler_llvm.h')
-rw-r--r--src/compiler_llvm/compiler_llvm.h6
1 files changed, 0 insertions, 6 deletions
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_;