diff options
Diffstat (limited to 'src/compiler_llvm/compilation_unit.cc')
| -rw-r--r-- | src/compiler_llvm/compilation_unit.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler_llvm/compilation_unit.cc b/src/compiler_llvm/compilation_unit.cc index b8e88504a3..277eae67c6 100644 --- a/src/compiler_llvm/compilation_unit.cc +++ b/src/compiler_llvm/compilation_unit.cc @@ -288,7 +288,7 @@ bool CompilationUnit::MaterializeToFile(llvm::raw_ostream& out_stream) { target_options.NoFramePointerElim = true; target_options.NoFramePointerElimNonLeaf = true; target_options.UseSoftFloat = false; - target_options.EnableFastISel = true; + target_options.EnableFastISel = false; // Create the llvm::TargetMachine llvm::OwningPtr<llvm::TargetMachine> target_machine( |