diff --git a/llvm/lib/Target/SparcV8/SparcV8TargetMachine.cpp b/llvm/lib/Target/SparcV8/SparcV8TargetMachine.cpp index d749a7c0a944..15401b103e63 100644 --- a/llvm/lib/Target/SparcV8/SparcV8TargetMachine.cpp +++ b/llvm/lib/Target/SparcV8/SparcV8TargetMachine.cpp @@ -45,7 +45,7 @@ bool SparcV8TargetMachine::addPassesToEmitAssembly(PassManager &PM, PM.add(createPrologEpilogCodeInserter()); // PM.add(createMachineCodeDeleter()); - return true; // change to `return false' when this actually works. + return false; } /// addPassesToJITCompile - Add passes to the specified pass manager to