diff options
Diffstat (limited to 'lib/Target/Sparc/SparcV8CodeEmitter.cpp')
-rw-r--r-- | lib/Target/Sparc/SparcV8CodeEmitter.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Target/Sparc/SparcV8CodeEmitter.cpp b/lib/Target/Sparc/SparcV8CodeEmitter.cpp index 76c854bc53..e0faba0d00 100644 --- a/lib/Target/Sparc/SparcV8CodeEmitter.cpp +++ b/lib/Target/Sparc/SparcV8CodeEmitter.cpp @@ -1,12 +1,12 @@ //===-- SparcV8CodeEmitter.cpp - JIT Code Emitter for SparcV8 -----*- C++ -*-=// -// +// // The LLVM Compiler Infrastructure // // This file was developed by the LLVM research group and is distributed under // the University of Illinois Open Source License. See LICENSE.TXT for details. -// +// //===----------------------------------------------------------------------===// -// +// // //===----------------------------------------------------------------------===// @@ -78,7 +78,7 @@ bool SparcV8TargetMachine::addPassesToEmitMachineCode(FunctionPassManager &PM, MachineCodeEmitter &MCE) { // Keep as `true' until this is a functional JIT to allow llvm-gcc to build return true; - + // Machine code emitter pass for SparcV8 PM.add(new SparcV8CodeEmitter(*this, MCE)); // Delete machine code for this function after emitting it |